mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Add docs and lifecycle tasks for faster dev builds (#2182)
This commit is contained in:
committed by
Peter Johnson
parent
ea4d1a39e1
commit
5e08bb28f8
@@ -39,6 +39,10 @@ gradle.projectsEvaluated {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('buildDesktopJava') {
|
||||
it.dependsOn tasks.withType(JavaCompile)
|
||||
}
|
||||
|
||||
apply from: 'publish.gradle'
|
||||
|
||||
ext {
|
||||
|
||||
Reference in New Issue
Block a user