Skip to content

Commit 54e5b9b

Browse files
committed
refactor: kotlin is now not compiled into the jar
1 parent cbb98b0 commit 54e5b9b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

api/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ dependencies {
2323
implementation(rootProject.libs.gson.fire)
2424
implementation(rootProject.libs.jakarta.annotation)
2525
implementation(rootProject.libs.javax.annotation)
26-
implementation(kotlin("stdlib-jdk8"))
2726
}
2827

2928
tasks.named<ShadowJar>("shadowJar") {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`signing`
1010
}
1111

12-
val baseVersion = "0.1.0-platform.3"
12+
val baseVersion = "0.1.0-platform.4"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val isSnapshot = commitHash != null
1515

0 commit comments

Comments
 (0)