mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Fix gradle 9 deprecations in msvc runtime (#8244)
This commit is contained in:
@@ -68,8 +68,8 @@ if (OperatingSystem.current().isWindows()) {
|
|||||||
artifact x64ZipTask
|
artifact x64ZipTask
|
||||||
|
|
||||||
artifactId = "${baseArtifactId}"
|
artifactId = "${baseArtifactId}"
|
||||||
groupId artifactGroupId
|
groupId = artifactGroupId
|
||||||
version wpilibVersioning.version.get()
|
version = wpilibVersioning.version.get()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user