Skip to content

Commit

Permalink
Force the java dev library to be built during build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored and PeterJohnson committed Aug 23, 2017
1 parent 6850175 commit 1a0ed61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0ed61

Please sign in to comment.