Windows安裝Gradle
You can download binaries and view docs for all Gradle versions。
设置Path路径
gradle-7.2\bin
检查是否正确安装
C:\>gradle -v
------------------------------------------------------------
Gradle 7.2
------------------------------------------------------------
Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 1.8.0_291 (Oracle Corporation 25.291-b10)
OS: Windows 10 10.0 amd64
编译项目
Java-test\gs-gradle\complete>gradle build
BUILD SUCCESSFUL in 9s
7 actionable tasks: 7 executed