Skip to content

Commit 5287edf

Browse files
authored
Update to gradle 6.9.3 (#635)
1 parent 7a97e40 commit 5287edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ java {
5151
compileJava {
5252
exclude 'module-info.java'
5353
// Required to be compatible with JDK 8+
54-
options.compilerArgs = ['--release', "8"]
54+
options.release = 8
5555
}
5656

5757
javadoc {

0 commit comments

Comments
 (0)