mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not necessary.
This commit is contained in:
parent
84f3073feb
commit
8537ba2035
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ fun readVersion() : String {
|
|||
}
|
||||
}
|
||||
|
||||
@Task(name = "copyVersionForWrapper", reverseDependsOn = arrayOf("assemble"), description = "")
|
||||
@Task(name = "copyVersionForWrapper", reverseDependsOn = arrayOf("assemble"))
|
||||
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