mirror of
https://github.com/corda/corda.git
synced 2025-05-05 02:03:06 +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 ->
|
tasks.withType(Jar) { task ->
|
||||||
// Includes War and Ear
|
// Includes War and Ear
|
||||||
manifest {
|
manifest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user