# conductor **Repository Path**: lizuzhao/conductor ## Basic Information - **Project Name**: conductor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-29 - **Last Updated**: 2025-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 构建 1. 下载gradle-4.8.1-all.zip https://mirrors.aliyun.com/gradle/ 2. 修改 gradle-wrapper.properties ``` distributionUrl=file:///D:/app/gradle-4.8.1-all.zip ``` 3. 构建 ```shell ./gradlew clean build -x test ```