mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
E.g. building p2 (see below) failed with `java.lang.AssertionError: File should exist: p2\p1\kobaltBuild\classes` because `p2.directory is != "."` ``` val p1 = project { name = "p1" directory = name } val p2 = project(p1) { name = "p2" directory = name assemble { jar { fatJar = true } } } ``` |
||
---|---|---|
.. | ||
src/main/kotlin/com/beust/kobalt | ||
kobalt-plugin-api.iml |