Fixes myRobotJava zipping before Java gets built (#351)

This commit is contained in:
Thad House
2016-11-18 19:44:13 -08:00
committed by Peter Johnson
parent 78baa04ecc
commit ecb873ff45

View File

@@ -89,3 +89,5 @@ build.dependsOn copyRobotLibraries
jar {
manifest { attributes 'Robot-Class': 'MyRobot' }
}
jar.dependsOn ':wpilibj:build'