Gradle 的使用

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xdy3008/article/details/73647840

Install Path:

D:\DevWork\tools\gradle-4.0


Create Gradle User Path to below, which include will include Cache, deamon and downloaded JARs 

D:\DevWork\tools\gradle-4.0\Gradle_User_Path




Set IDE Gradle configuration :





Gradle wrapper Folder will be auto set to :  D:\DevWork\tools\gradle-4.0\wrapper





If you want to use your local Gradle path, then no need to include gradle.bat in your project:, 

or else, include gradle-wrapper.jar, and wrapper.properties to download distribution folder











If you want to use your local Gradle path, then no need to include gradle.bat in your project:, 

or else, include gradle-wrapper.jar, and wrapper.properties to download distribution folder


Set IDE Gradle configuration :

猜你喜欢

转载自blog.csdn.net/xdy3008/article/details/73647840