Skip to content
Snippets Groups Projects
Commit 22e870ba authored by Johannes Mey's avatar Johannes Mey
Browse files

fix jar generation

parent 55260523
No related branches found
No related tags found
No related merge requests found
Pipeline #11662 passed
......@@ -41,7 +41,7 @@ jar {
}
from {
configurations.runtimeClasspath.collect { return (it.exists() && !it.toString().endsWith("model.jar")) ? (it.isDirectory() ? it : zipTree(it)) : null }
configurations.runtimeClasspath.collect { return (it.exists() && (!it.toString().contains("/build/libs/")|| it.toString().contains("-base-"))) ? (it.isDirectory() ? it : zipTree(it)) : null }
}
}
......
Subproject commit f00da960ae05cfee60e7e04df09fbbf81b02dc80
Subproject commit 4b4b7798e65fae598958afb4e33a1d9b0938be58
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment