Skip to content

Commit 2e0e867

Browse files
committed
Update build.gradle, k8s version and jar file name output
1 parent 6e03397 commit 2e0e867

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ subprojects {
2828
mavenCentral()
2929
}
3030

31+
jar {
32+
archiveFileName = "${project.name}.jar"
33+
}
34+
3135
shadowJar {
3236
archiveFileName = "${baseName}-${classifier}.${extension}"
3337
}

common/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ dependencies {
33
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'
44

55
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
6+
}
7+
8+
jar {
9+
archiveFileName = "epsilon-api.jar"
610
}

proxy/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ repositories {
66
dependencies {
77
compileOnly group: 'net.md-5', name: 'bungeecord-api', version: '1.15-SNAPSHOT'
88

9-
implementation 'com.launchdarkly:okhttp-eventsource:2.5.0'
10-
implementation 'io.kubernetes:client-java:14.0.0'
9+
implementation 'com.launchdarkly:okhttp-eventsource:2.6.2'
1110

1211
implementation project(":epsilon-exporter-common")
1312
}

0 commit comments

Comments
 (0)