mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Fix deprecated gradle warning in catch2 publish.gradle (#8305)
This commit is contained in:
4
thirdparty/catch2/publish.gradle
vendored
4
thirdparty/catch2/publish.gradle
vendored
@@ -54,8 +54,8 @@ model {
|
||||
artifact cppSourcesZip
|
||||
|
||||
artifactId = baseArtifactId
|
||||
groupId artifactGroupId
|
||||
version wpilibVersioning.version.get()
|
||||
groupId = artifactGroupId
|
||||
version = wpilibVersioning.version.get()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user