diff --git a/build.gradle b/build.gradle index 64a1383..b611620 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,8 @@ jar { from { configurations.runtimeClasspath.findAll { it.name.endsWith('jar') }.collect { zipTree(it) } } - } else { + } + else { dependsOn tasks.withType(Copy) } }