mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
Add compileAll task (#5493)
This commit is contained in:
@ -191,6 +191,10 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('compileAll') { task ->
|
||||
task.dependsOn tasks.withType(AbstractCompile)
|
||||
}
|
||||
|
||||
tasks.withType(Jar) { task ->
|
||||
// Includes War and Ear
|
||||
manifest {
|
||||
|
Reference in New Issue
Block a user