Skip to content

Commit 4aa5634

Browse files
committed
fix shadowJar plugin version
1 parent aa8c787 commit 4aa5634

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/game-clock/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.jetbrains.kotlin.jvm")
3-
id("com.github.johnrengelman.shadow") version "8.1.1"
3+
id("com.gradleup.shadow") version "9.2.2"
44
}
55

66
repositories {

examples/llm-example/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id("org.jetbrains.kotlin.jvm")
3-
id("com.github.johnrengelman.shadow") version "8.1.1"
43
}
54

65
repositories {

0 commit comments

Comments
 (0)