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