Join Slack
Powered by
I'm trying to use shadowJar plugin, and I have kno...
# gradle
b
barteks2x
02/10/2017, 6:18 PM
I'm trying to use shadowJar plugin, and I have known working way to do what I want with groovy:
Copy code
shadowJar { dependencies { include(dependency('dependency')) } }
Open in Slack
Previous
Next