gradle-shadow-plugin Questions
2
I'm using Gradle shadow jar plugin to produce a fat jar for selenium. The following code is declared in Gradle kts:
dependencies {
val seleniumV = "4.1.4"
val phantomJSV = "1.5.0&...
Bahuvrihi asked 17/6, 2022 at 20:51
1
Problem description:
I'm using Gradle Shade plugin, it all works fine and it copies resource files to the final jar. However, as the docs say, it can not include other .jar files as resources becau...
Krucik asked 27/9, 2018 at 1:23
2
In my build.gradle file I need to add the line:
shadowJar {
mergeServiceFiles()
}
Otherwise the jar does not run properly. I wonder what this line does exactly?
I use the Gradle plugin in Eclip...
Papagena asked 1/10, 2015 at 12:46
1
(this is using gradle 2.4)
For one of my projects, split into several submodules, I use the shadow plugin which works very well for my needs; it has a main, and as recommended by the plugin's READ...
Cress asked 18/5, 2015 at 17:20
1
© 2022 - 2025 — McMap. All rights reserved.