mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Fixes myRobotJava zipping before Java gets built (#351)
This commit is contained in:
committed by
Peter Johnson
parent
78baa04ecc
commit
ecb873ff45
@@ -89,3 +89,5 @@ build.dependsOn copyRobotLibraries
|
||||
jar {
|
||||
manifest { attributes 'Robot-Class': 'MyRobot' }
|
||||
}
|
||||
|
||||
jar.dependsOn ':wpilibj:build'
|
||||
|
||||
Reference in New Issue
Block a user