Skip to content

Commit 850a148

Browse files
authored
[build] Fix gradle 9 deprecations in msvc runtime (#8244)
1 parent 0a4e44e commit 850a148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msvcruntime/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ if (OperatingSystem.current().isWindows()) {
6868
artifact x64ZipTask
6969

7070
artifactId = "${baseArtifactId}"
71-
groupId artifactGroupId
72-
version wpilibVersioning.version.get()
71+
groupId = artifactGroupId
72+
version = wpilibVersioning.version.get()
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)