mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
Bump WPILib to beta 2 (#972)
--------- Co-authored-by: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com>
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
task copyPhotonlib() {
|
||||
doFirst {
|
||||
// Assume publish to maven local has just be run. Kinda curst
|
||||
// // first, invoke gradle to generate the vendor json
|
||||
// try {
|
||||
// exec {
|
||||
// commandLine 'gradlew', 'photon-lib:generateVendorJson', '-x', "check"
|
||||
// }
|
||||
// } catch (Exception e) {
|
||||
// // ignored
|
||||
// }
|
||||
|
||||
def vendorJsonSrc = new File("${rootDir}", "../photon-lib/build/generated/vendordeps/");
|
||||
def vendorJsonDst = new File("${projectDir}/vendordeps/");
|
||||
|
||||
Reference in New Issue
Block a user