File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.github.jengelman.gradle.plugins :shadow:6 .1.0 '
12
+ classpath ' com.github.johnrengelman :shadow:8 .1.1 '
13
13
}
14
14
}
15
15
@@ -19,10 +19,12 @@ subprojects {
19
19
apply plugin : ' com.github.johnrengelman.shadow'
20
20
apply plugin : ' java'
21
21
22
- sourceCompatibility = 1.8
23
- targetCompatibility = 1.8
22
+ compileJava {
23
+ sourceCompatibility = 1.8
24
+ targetCompatibility = 1.8
25
+ }
24
26
25
- tasks. withType(JavaCompile ) {
27
+ tasks. withType(JavaCompile ). configureEach {
26
28
options. encoding = ' UTF-8'
27
29
}
28
30
@@ -45,8 +47,4 @@ subprojects {
45
47
}
46
48
}
47
49
}
48
-
49
- shadowJar {
50
- archiveFileName = " ${ baseName} -${ classifier} .${ extension} "
51
- }
52
50
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' io.kubernetes:client-java:15 .0.1'
3
- implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.9.3 '
2
+ implementation ' io.kubernetes:client-java:18 .0.1'
3
+ implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11.0 '
4
4
5
- compileOnly group : ' com.google.code.gson' , name : ' gson' , version : ' 2.9.0 '
5
+ compileOnly group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1 '
6
6
7
7
implementation project(" :epsilon-exporter-api" )
8
8
}
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-7.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repositories {
5
5
dependencies {
6
6
compileOnly ' org.github.paperspigot:paperspigot-api:1.8.8-R0.1-SNAPSHOT'
7
7
8
- implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.9.3 '
8
+ implementation group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 4.11.0 '
9
9
10
10
implementation project(" :epsilon-exporter-api" )
11
11
implementation project(" :epsilon-exporter-common" )
You can’t perform that action at this time.
0 commit comments