upgrade Gradle to 8.0.2

This commit is contained in:
2023-03-04 23:52:50 +08:00
parent e3c1dfca5e
commit 969b0075f6
4 changed files with 5 additions and 12 deletions

View File

@@ -65,12 +65,6 @@ compileJava {
options.compilerArgs << '-parameters'
}
wrapper {
distributionType = Wrapper.DistributionType.BIN
gradleVersion = getProperty("gradle.version")
}
publishing {
repositories {
maven {