Shadow jar
This commit is contained in:
parent
8a88e8b45a
commit
75fd5259bf
2 changed files with 6 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
plugins {
|
||||
// Apply the application plugin to add support for building a CLI application in Java.
|
||||
application
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -61,4 +62,4 @@ tasks.named<Jar>("jar") {
|
|||
"Implementation-Version" to version
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue