Skip to content

Commit

Permalink
Migrate to new shadow plugin ID
Browse files Browse the repository at this point in the history
See [Shadow release notes](https://github.com/GradleUp/shadow/releases/tag/8.3.0), the new plugin ID and Maven coordinates.
Requires a bump of the `me.champeau.jmh` as well.
  • Loading branch information
snazy committed Aug 21, 2024
1 parent 0fb57d4 commit 6508cf5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/nessie-shadow-jar.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins { id("com.github.johnrengelman.shadow") }
plugins { id("com.gradleup.shadow") }

val shadowJar = tasks.named<ShadowJar>("shadowJar")

Expand Down
2 changes: 1 addition & 1 deletion catalog/format/iceberg-bench/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("nessie-conventions-server")
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
alias(libs.plugins.jmh)
}

Expand Down
2 changes: 1 addition & 1 deletion gc/gc-tool/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
id("nessie-conventions-client")
id("nessie-jacoco")
id("nessie-shadow-jar")
Expand Down
2 changes: 1 addition & 1 deletion gradle/baselibs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ idea-ext = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle
jandex = { module = "com.github.vlsi.gradle:jandex-plugin", version = "1.90" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.0" }
license-report = { module = "com.github.jk1:gradle-license-report", version = "2.9" }
shadow = { module = "com.github.johnrengelman:shadow", version = "8.1.1" }
shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version = "8.3.0" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }
2 changes: 1 addition & 1 deletion servers/services-bench/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("nessie-conventions-unpublished-tool")
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
alias(libs.plugins.jmh)
}

Expand Down

0 comments on commit 6508cf5

Please sign in to comment.