Shen
Shen
不太懂gradle,能不能帮忙打包好的传给我一份。谢谢了 [email protected]
需要的同学,下载gradle,在init.d目录下新建 init.gradle 文件,配置阿里云仓库 ``` allprojects { repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } } } ``` 把工程中build.gradle下的 localPath (那个指向d盘的)去掉,用intellij下的buildPlug打包后,在build->distributions下就有包了。 不修改仓库地址,下载会超时,下载毛估估有1.5G
> 需要的同学,下载gradle,在init.d目录下新建 init.gradle 文件,配置阿里云仓库 > > ``` > allprojects { > repositories { > maven { > url 'http://maven.aliyun.com/nexus/content/groups/public/' > } > } > } > ``` > > 把工程中build.gradle下的...
推荐一波 https://github.com/ZhangYuanSheng1217/RestfulTool
+1 非常想要