2021-04-05 11:03:44 +02:00
|
|
|
dependencies {
|
2024-05-18 15:05:29 +02:00
|
|
|
runtimeOnly 'dom4j:dom4j:1.6.1'
|
2021-04-18 19:45:34 +02:00
|
|
|
runtimeOnly 'jaxen:jaxen:1.1-beta-8'
|
|
|
|
runtimeOnly 'net.sf.javamusictag:jid3lib:0.5.4'
|
2021-04-05 11:25:48 +02:00
|
|
|
|
|
|
|
// FIXME: Did not find these two or appropriate replacements for them
|
|
|
|
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'
|
|
|
|
//runtime 'javadns:org.wonderly:?'
|
2021-04-05 11:03:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
task deps(type: Copy) {
|
|
|
|
from sourceSets.main.runtimeClasspath
|
|
|
|
into 'lib'
|
|
|
|
}
|