Skip to content

Commit

Permalink
Switch to com.gradleup.shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Sep 1, 2024
1 parent b1bc9fd commit 7e49963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
alias(libs.plugins.starter.config)
alias(libs.plugins.starter.versioning)
alias(libs.plugins.osacky.gradledoctor)
alias(libs.plugins.starter.library.kotlin) apply(false)
alias(libs.plugins.kotlinx.binarycompatibility)
}
Expand Down
6 changes: 2 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
gradle-starter = "0.77.0"
gradle-gradledoctor = "0.10.0"
gradle-johnrengelman-shadow = "8.1.1"
gradle-gradleup-shadow = "8.3.0"
mavencentral-kotlin = "2.0.20"
mavencentral-junit = "5.11.0"
mavencentral-assertj = "3.26.3"
Expand Down Expand Up @@ -35,12 +34,11 @@ r8-core = { module = "com.android.tools:r8", version.ref = "google-r8" }
jetbrains-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "maven-dokka" }

[plugins]
osacky-gradledoctor = { id = "com.osacky.doctor", version.ref = "gradle-gradledoctor" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "mavencentral-kotlin" }
starter-config = { id = "com.starter.config", version.ref = "gradle-starter" }
starter-library-kotlin = { id = "com.starter.library.kotlin", version.ref = "gradle-starter" }
starter-library-multiplatform = { id = "com.starter.library.multiplatform", version.ref = "gradle-starter" }
starter-versioning = { id = "com.starter.versioning", version.ref = "gradle-starter" }
johnrengelman-shadow = { id = "com.github.johnrengelman.shadow", version.ref = "gradle-johnrengelman-shadow" }
gradleup-shadow = { id = "com.gradleup.shadow", version.ref = "gradle-gradleup-shadow" }
kotlinx-binarycompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "maven-binarycompatiblity" }
kotlin-samwithreceiver = { id = "org.jetbrains.kotlin.plugin.sam.with.receiver", version.ref = "mavencentral-kotlin" }
2 changes: 1 addition & 1 deletion issuechecker/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
alias(libs.plugins.starter.library.kotlin)
id "application"
id "maven-publish"
alias(libs.plugins.johnrengelman.shadow)
alias(libs.plugins.gradleup.shadow)
}

application {
Expand Down

0 comments on commit 7e49963

Please sign in to comment.