1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
kobalt/modules/kobalt-plugin-api
Cedric Beust 9514d80b99 Introducing the copy() directive for installation.
Example use:

    install {
        collect(compileDependencies).map {
            copy(it, to("deploy"))
        }
    }
2017-04-05 14:11:30 -07:00
..
src/main/kotlin/com/beust/kobalt Introducing the copy() directive for installation. 2017-04-05 14:11:30 -07:00