Skip to content

Commit 994e106

Browse files
Migrated shadowJar plugin
1 parent c8cd74c commit 994e106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ javafx-web = { module = "org.openjfx:javafx-web", version.ref = "javafx" }
5252
[plugins]
5353
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
5454
javafxplugin = { id = "org.openjfx.javafxplugin", version = "0.1.0" }
55-
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
55+
shadow = { id = "com.gradleup.shadow", version = "8.3.8" }
5656
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
5757

5858
[bundles]
@@ -88,4 +88,4 @@ tornadofx = [
8888
apache-commons = [
8989
"commons-text",
9090
"commons-lang3",
91-
]
91+
]

0 commit comments

Comments
 (0)