mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Add compileAll task (#5493)
This commit is contained in:
parent
eaed69f26f
commit
cdbb6d85cf
@ -191,6 +191,10 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('compileAll') { task ->
|
||||
task.dependsOn tasks.withType(AbstractCompile)
|
||||
}
|
||||
|
||||
tasks.withType(Jar) { task ->
|
||||
// Includes War and Ear
|
||||
manifest {
|
||||
|
Loading…
Reference in New Issue
Block a user