mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
Fix most gradle deprecation warnings (#2093)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user