File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ plugins {
2
2
id " java"
3
3
id " maven-publish"
4
4
id " signing"
5
- id ' com.github.gmazzo.buildconfig' version " 3.0.3 "
5
+ id ' com.github.gmazzo.buildconfig' version " 5.3.5 "
6
6
id ' com.nwalsh.gradle.saxon.saxon-gradle' version ' 0.9.6'
7
7
id ' com.nwalsh.gradle.docker.container' version ' 0.0.5'
8
8
}
9
9
10
- sourceCompatibility= 1.8
11
- targetCompatibility= 1.8
10
+ compileJava {
11
+ sourceCompatibility = 1.8
12
+ targetCompatibility = 1.8
13
+ }
12
14
13
15
repositories {
14
16
mavenLocal()
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments