[build] Fix gradle 9 deprecations in msvc runtime (#8244)

This commit is contained in:
sciencewhiz
2025-09-20 17:59:29 -07:00
committed by GitHub
parent 0a4e44ea06
commit 850a148aad

View File

@@ -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()
} }
} }
} }