mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +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)
|
def read = photonlibFileInput.text.replace('${photon_version}', pubVersion)
|
||||||
photonlibFileOutput.write(read)
|
photonlibFileOutput.write(read)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
|
|
||||||
build.dependsOn generateVendorJson
|
build.dependsOn generateVendorJson
|
||||||
|
|||||||
Reference in New Issue
Block a user