Skip to content

Commit

Permalink
Technical: Upgrade shadowjar to 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Nov 28, 2024
1 parent 131de6e commit 411006f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "kto
multiplatform-locale = { module = "com.vanniktech:multiplatform-locale", version = "0.8.0" }
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
plugin-shadowjar = { module = "com.github.johnrengelman:shadow", version = "8.1.1" }
plugin-shadowjar = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.5" }

[plugins]
codequalitytools = { id = "com.vanniktech.code.quality.tools", version = "0.24.0" }
2 changes: 1 addition & 1 deletion inapp-products/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
application
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
kotlin("jvm")
kotlin("plugin.serialization")
}
Expand Down
2 changes: 1 addition & 1 deletion store-reviews/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
application
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
kotlin("jvm")
kotlin("plugin.serialization")
}
Expand Down

0 comments on commit 411006f

Please sign in to comment.