Skip to content

Commit

Permalink
chore: use newer version of Shadow, eliminate Gradle deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Jan 7, 2025
1 parent 638644a commit bd11c87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AppConvention : Plugin<Project> {
with(pluginManager) {
apply(BaseConvention::class.java)
apply("application")
apply("com.github.johnrengelman.shadow")
apply("com.gradleup.shadow")
}

Publishing.setup(this)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlinEditor = "0.18"
mavenPublish = "0.30.0"
moshi = "1.14.0"
retrofit = "2.9.0"
shadow = "8.1.0"
shadow = "8.3.5"

[libraries]
clikt = "com.github.ajalt.clikt:clikt:4.2.2"
Expand All @@ -20,7 +20,7 @@ moshi-core = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
shadow-gradle-plugin = { module = "com.github.johnrengelman:shadow", version.ref = "shadow" }
shadow-gradle-plugin = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow" }
maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "mavenPublish" }
slf4j = "org.slf4j:slf4j-simple:2.0.5"

Expand Down

0 comments on commit bd11c87

Please sign in to comment.