Bump Gradle version

This commit is contained in:
Tobi Schäfer 2021-04-18 19:45:34 +02:00
parent 9d5a504702
commit e0e78b1349
6 changed files with 14 additions and 12 deletions

View file

@ -1,8 +1,8 @@
dependencies {
runtime 'ch.ethz.ganymed:ganymed-ssh2:build208'
runtime 'net.sourceforge.jexcelapi:jxl:2.5.7'
runtime 'org.apache.lucene:lucene-analyzers:2.2.0'
runtime 'org.apache.lucene:lucene-core:2.2.0'
runtimeOnly 'ch.ethz.ganymed:ganymed-ssh2:build209'
runtimeOnly 'net.sourceforge.jexcelapi:jxl:2.5.7'
runtimeOnly 'org.apache.lucene:lucene-analyzers:2.2.0'
runtimeOnly 'org.apache.lucene:lucene-core:2.2.0'
}
task deps(type: Copy) {

View file

@ -1,7 +1,7 @@
dependencies {
runtime 'dom4j:dom4j:1.6.1'
runtime 'jaxen:jaxen:1.1-beta-8'
runtime 'net.sf.javamusictag:jid3lib:0.5.4'
runtimeOnly 'dom4j:dom4j:1.6.1'
runtimeOnly 'jaxen:jaxen:1.1-beta-8'
runtimeOnly 'net.sf.javamusictag:jid3lib:0.5.4'
// FIXME: Did not find these two or appropriate replacements for them
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'

View file

@ -1,6 +1,6 @@
dependencies {
// FIXME: Seems to be not used, anymore?
runtime 'bsf:bsf:2.4.0'
runtimeOnly 'bsf:bsf:2.4.0'
}
task deps(type: Copy) {

View file

@ -1,6 +1,6 @@
dependencies {
runtime 'org.subethamail:subethasmtp-smtp:1.2'
runtime 'org.subethamail:subethasmtp-wiser:1.2'
runtimeOnly 'org.subethamail:subethasmtp-smtp:1.2'
runtimeOnly 'org.subethamail:subethasmtp-wiser:1.2'
}
task deps(type: Copy) {