Skip to content

Commit

Permalink
Use new plugin ID and update shadow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Aug 8, 2024
1 parent 6239134 commit 675d9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
nohttp = { id = "io.spring.nohttp", version = "0.0.11" }
plantuml = { id = "io.freefair.plantuml", version = "8.6" }
shadow = { id = "io.github.goooler.shadow", version = "8.1.8" }
shadow = { id = "com.gradleup.shadow", version = "8.3.0" }
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA1" }
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import junitbuild.java.ModuleCompileOptions

plugins {
id("junitbuild.java-library-conventions")
id("io.github.goooler.shadow")
id("com.gradleup.shadow")
}

val shadowed = configurations.dependencyScope("shadowed")
Expand Down

0 comments on commit 675d9cb

Please sign in to comment.