Skip to content

Commit 207e8d7

Browse files
committed
Update gradle to 8.11
1 parent c22cdbe commit 207e8d7

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

app/app.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'maven-publish'
1010
}
1111

12-
apply plugin: 'com.github.johnrengelman.shadow'
12+
apply plugin: 'com.gradleup.shadow'
1313

1414
description = 'All of the application specific code that makes shuffleboard run.'
1515

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.spotbugs.snom.SpotBugsTask
22

33
plugins {
44
id 'base'
5-
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
5+
id 'com.gradleup.shadow' version '8.3.9' apply false
66
id "com.jfrog.artifactory" version "4.25.2"
77
id 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin' version '2023.0.1'
88
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
@@ -312,5 +312,5 @@ project(":api") {
312312
}
313313

314314
wrapper {
315-
gradleVersion = '8.5'
315+
gradleVersion = '8.11'
316316
}

gradle/wrapper/gradle-wrapper.jar

121 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)