Fix most gradle deprecation warnings (#2093)

This commit is contained in:
Jade
2025-10-16 10:22:55 +08:00
committed by GitHub
parent 115bc09f2e
commit 373ed2ff05
9 changed files with 27 additions and 30 deletions

View File

@@ -282,7 +282,7 @@ if (!project.hasProperty('copyOfflineArtifacts')) {
artifactId = "${nativeName}-json"
groupId = "org.photonvision"
version "1.0"
version = "1.0"
}
}
}
@@ -344,8 +344,8 @@ publishing {
artifact combinedHeadersZip
artifactId = "${nativeName}-combinedcpp"
groupId artifactGroupId
version pubVersion
groupId = artifactGroupId
version = pubVersion
}
}
}