Change code style for groovy

Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
Chris Cromer 2019-10-14 09:26:56 -03:00
parent 5b8e36876c
commit 1ac56b3b39
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ jar {
from {
configurations.runtimeClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) }
}
} else {
}
else {
dependsOn tasks.withType(Copy)
}
}