1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
kobalt/modules/kobalt-plugin-api
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
..
src/main/kotlin/com/beust/kobalt More efficient task dependency calculations. 2016-07-30 16:01:52 -07:00
kobalt-plugin-api.iml IDEA files. 2016-07-20 23:15:53 -08:00