Reintroduce shadowJar support using external gradle plugin

Since the project now contains a dependency again (commons-cli), I need to be able to generate
jars with those dependencies packaged. (fat jars)
Partially reverts 28a461b8fc
This commit is contained in:
Jonas Tobias Hopusch 2022-03-12 12:17:33 +01:00
parent 0aa368d457
commit 8c6d65f147
Failed to generate hash of commit
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ plugins {
// Apply the application plugin to add support for building a CLI application in Java.
application
java
id ("com.github.johnrengelman.shadow") version "7.1.2"
}
repositories {