Skip to content

Commit 632a6cc

Browse files
authored
Update deployutils (#222)
Fixes a bug causing deploy failures
1 parent 2342fe1 commit 632a6cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ToolchainPlugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
// For some utility classes. We don't actually apply DeployUtils to the FRCToolchain,
1919
// but we do in GradleRIO
20-
api 'edu.wpi.first:DeployUtils:2025.0.0'
20+
api 'edu.wpi.first:DeployUtils:2025.2.0'
2121
api 'de.undercouch:gradle-download-task:4.0.1'
2222

2323
testImplementation('org.spockframework:spock-core:2.0-M4-groovy-3.0') {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ java {
1313

1414
allprojects {
1515
group = "edu.wpi.first"
16-
version = "2025.3.0"
16+
version = "2025.4.0"
1717

1818
if (project.hasProperty('publishVersion')) {
1919
version = project.publishVersion

testing/cpp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
22

33
plugins {
44
id "cpp"
5-
id "edu.wpi.first.NativeUtils" version "2025.3.0"
5+
id "edu.wpi.first.NativeUtils" version "2025.4.0"
66
}
77

88
nativeUtils.addWpiNativeUtils()

0 commit comments

Comments
 (0)