Skip to content

Commit 4c2a0e3

Browse files
committed
upgrading gradle
1 parent 2b0b2ba commit 4c2a0e3

File tree

5 files changed

+169
-112
lines changed

5 files changed

+169
-112
lines changed

gradle/wrapper/gradle-wrapper.jar

1.52 KB
Binary file not shown.
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.9.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 159 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ java {
113113
compileJava {
114114
exclude 'module-info.java'
115115
// Required to be compatible with JDK 8+
116-
options.release = 8
116+
options.release = 11
117117
}
118118

119119
javadoc {

0 commit comments

Comments
 (0)