diff --git a/thirdparty/catch2/publish.gradle b/thirdparty/catch2/publish.gradle index 660b6b80fe..d845290f5b 100644 --- a/thirdparty/catch2/publish.gradle +++ b/thirdparty/catch2/publish.gradle @@ -54,8 +54,8 @@ model { artifact cppSourcesZip artifactId = baseArtifactId - groupId artifactGroupId - version wpilibVersioning.version.get() + groupId = artifactGroupId + version = wpilibVersioning.version.get() } } }