Add docs and lifecycle tasks for faster dev builds (#2182)

This commit is contained in:
Thad House
2019-12-20 13:48:26 -08:00
committed by Peter Johnson
parent ea4d1a39e1
commit 5e08bb28f8
9 changed files with 74 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ gradle.projectsEvaluated {
}
}
tasks.register('buildDesktopJava') {
it.dependsOn tasks.withType(JavaCompile)
}
apply from: 'publish.gradle'
ext {