fat jar
This commit is contained in:
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'
|
||||
@ -21,4 +22,10 @@ jar {
|
||||
'Main-Class': 'de.vincentschweiger.calltoj.CallToJ'
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
from {
|
||||
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user