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

fix jar to include beaver runtime

parent 49ec7892
Branches
No related tags found
1 merge request!200.4.0
Pipeline #12690 passed
...@@ -74,7 +74,7 @@ jar { ...@@ -74,7 +74,7 @@ jar {
} }
from { from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
} }
archiveBaseName = 'relast' archiveBaseName = 'relast'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment