mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Force the java dev library to be built during build (#24)
This commit is contained in:
committed by
Peter Johnson
parent
68501759fa
commit
1a0ed61f78
@@ -39,6 +39,8 @@ task run(type: JavaExec) {
|
||||
main = 'edu.wpi.first.wpiutil.DevMain'
|
||||
}
|
||||
|
||||
build.dependsOn devClasses
|
||||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
devCompile sourceSets.main.output
|
||||
|
||||
Reference in New Issue
Block a user