1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
kobalt/modules
Cedric Beust 161d51bb76 More efficient task dependency calculations.
Before: calling "project:assemble" would cause all dependent projects to run their own "assemble" task first, which was wasteful.

Now, dependent projects only run their "compile" tasks.
2016-07-30 16:01:52 -07:00
..
kobalt-plugin-api More efficient task dependency calculations. 2016-07-30 16:01:52 -07:00
wrapper Added support for jvm parameters (-Dkey=value) 2016-07-20 22:36:45 -07:00