We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6.9.3
1 parent 7a97e40 commit 5287edfCopy full SHA for 5287edf
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.3-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
lib/build.gradle
@@ -51,7 +51,7 @@ java {
51
compileJava {
52
exclude 'module-info.java'
53
// Required to be compatible with JDK 8+
54
- options.compilerArgs = ['--release', "8"]
+ options.release = 8
55
}
56
57
javadoc {
0 commit comments