mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
TM-23 compileAll task to compile all code (#5490)
* Add simple compileAll task to be used by warning check * lazy configure compileAll
This commit is contained in:
parent
2f466b568d
commit
7bbbc71fdf
@ -262,6 +262,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…
Reference in New Issue
Block a user