Skip to content

Commit

Permalink
Merge #3983 into 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Feb 6, 2025
2 parents fb3d31d + 00d9785 commit 13b71c9
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 @@ -57,7 +57,7 @@ download = { id = "de.undercouch.download", version = "5.6.0" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.5" }
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
nohttp = { id = "io.spring.nohttp", version = "0.0.11" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
mrjar = { id = "me.champeau.mrjar", version = "0.1.1" }
antora = { id = "org.antora", version.ref = "antora" }
Expand Down
2 changes: 1 addition & 1 deletion reactor-tools/build.gradle
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
import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'
apply plugin: 'jvm-test-suite'
apply plugin: 'java-library'

Expand Down

0 comments on commit 13b71c9

Please sign in to comment.