mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Force photonlib JSON to regenerate every build (#589)
This commit is contained in:
@@ -103,6 +103,8 @@ task generateVendorJson() {
|
||||
def read = photonlibFileInput.text.replace('${photon_version}', pubVersion)
|
||||
photonlibFileOutput.write(read)
|
||||
}
|
||||
|
||||
outputs.upToDateWhen { false }
|
||||
}
|
||||
|
||||
build.dependsOn generateVendorJson
|
||||
|
||||
Reference in New Issue
Block a user