Skip to content

Commit dfb9ff8

Browse files
committed
update gradle wrapper
1 parent 601cdde commit dfb9ff8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

compiler/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ compileJava {
1717
options.encoding = 'UTF-8'
1818
sourceCompatibility = '11'
1919
targetCompatibility = '11'
20-
options.compilerArgs << '--release'
21-
options.compilerArgs << '11'
2220
}
2321

2422
javadoc {

gradle/wrapper/gradle-wrapper.jar

1.27 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jbock/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ compileJava {
1010
options.encoding = 'UTF-8'
1111
sourceCompatibility = '11'
1212
targetCompatibility = '11'
13-
options.compilerArgs << '--release'
14-
options.compilerArgs << '11'
1513
}
1614

1715
repositories {

0 commit comments

Comments
 (0)