fat jar
parent
d04a1e146e
commit
b016db5eeb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -10,6 +10,7 @@ repositories {
|
|||
}
|
||||
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation 'org.yaml:snakeyaml:1.29'
|
||||
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
|
||||
|
@ -22,3 +23,9 @@ jar {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
from {
|
||||
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue