Skip to content

Commit

Permalink
[build] Update shadow plugin (#7540)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue authored Dec 13, 2024
1 parent 4225b73 commit e943424
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'idea'
id 'visual-studio'
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id 'com.gradleup.shadow' version '8.3.4' apply false
id 'com.diffplug.spotless' version '6.20.0' apply false
id 'com.github.spotbugs' version '6.0.2' apply false
}
Expand Down
2 changes: 1 addition & 1 deletion cameraserver/multiCameraServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ application {
mainClass = 'edu.wpi.Main'
}

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'

repositories {
maven {
Expand Down
2 changes: 1 addition & 1 deletion developerRobot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ application {
mainClass = 'frc.robot.Main'
}

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'

repositories {
maven {
Expand Down
2 changes: 1 addition & 1 deletion wpilibjIntegrationTests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ application {
mainClass = 'edu.wpi.first.wpilibj.test.AntJunitLauncher'
}

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'

repositories {
maven {
Expand Down

0 comments on commit e943424

Please sign in to comment.