bump Gradle version

This commit is contained in:
2022-01-16 15:36:55 +08:00
parent 47c33036d1
commit 139d160274
11 changed files with 37 additions and 49 deletions

View File

@@ -59,6 +59,11 @@ java {
withSourcesJar()
}
compileJava {
options.release = 8
options.compilerArgs << '-parameters'
}
wrapper {
distributionType = Wrapper.DistributionType.BIN
gradleVersion = getProperty("version.gradle")