mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Reformat.
This commit is contained in:
parent
5d37fbc13e
commit
e91598b8aa
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue