Change code style for groovy
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
5b8e36876c
commit
1ac56b3b39
@ -71,7 +71,8 @@ jar {
|
|||||||
from {
|
from {
|
||||||
configurations.runtimeClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) }
|
configurations.runtimeClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) }
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
dependsOn tasks.withType(Copy)
|
dependsOn tasks.withType(Copy)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user