mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
Add actual shadowJar plugin
This commit is contained in:
parent
acb1d767e8
commit
4c1bf5d68c
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ buildscript {
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'extra-java-module-info'
|
id 'extra-java-module-info'
|
||||||
|
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(AbstractArchiveTask) {
|
tasks.withType(AbstractArchiveTask) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue