We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb98b0 commit 54e5b9bCopy full SHA for 54e5b9b
api/build.gradle.kts
@@ -23,7 +23,6 @@ dependencies {
23
implementation(rootProject.libs.gson.fire)
24
implementation(rootProject.libs.jakarta.annotation)
25
implementation(rootProject.libs.javax.annotation)
26
- implementation(kotlin("stdlib-jdk8"))
27
}
28
29
tasks.named<ShadowJar>("shadowJar") {
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`signing`
10
11
12
-val baseVersion = "0.1.0-platform.3"
+val baseVersion = "0.1.0-platform.4"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val isSnapshot = commitHash != null
15
0 commit comments