1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Reformat.

This commit is contained in:
Cedric Beust 2016-05-04 22:03:17 -08:00
parent 5d37fbc13e
commit e91598b8aa

View file

@ -206,8 +206,7 @@ fun readVersion() : String {
}
}
@Task(name = "copyVersionForWrapper", runBefore = arrayOf("assemble"),
reverseDependsOn = arrayOf("compile"), description = "")
@Task(name = "copyVersionForWrapper", reverseDependsOn = arrayOf("assemble"), description = "")
fun taskCopyVersionForWrapper(project: Project) : TaskResult {
if (project.name == "kobalt-wrapper") {
val toString = "modules/wrapper/kobaltBuild/classes"