Feheler beim buildtask der mp3-jar behoben

This commit is contained in:
ngb
2022-12-10 11:55:19 +01:00
parent 97ea610f34
commit b4d390cd9b

View File

@@ -44,4 +44,5 @@ tasks.register('jarMP3SPI', Jar) {
from { from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
} }
with jar
} }