Bump Gradle version
This commit is contained in:
parent
9d5a504702
commit
e0e78b1349
6 changed files with 14 additions and 12 deletions
|
@ -24,7 +24,6 @@ allprojects {
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -116,6 +115,7 @@ applicationDistribution.from("${project.buildDir}/reports/dependency-license") {
|
|||
}
|
||||
|
||||
distTar {
|
||||
dependsOn ':generateLicenseReport', ':javadoc', ':jsdoc'
|
||||
compression = Compression.GZIP
|
||||
|
||||
filesMatching(textFiles) {
|
||||
|
@ -124,6 +124,8 @@ distTar {
|
|||
}
|
||||
|
||||
distZip {
|
||||
dependsOn ':generateLicenseReport', ':javadoc', ':jsdoc'
|
||||
|
||||
filesMatching(textFiles) {
|
||||
filter(FixCrLfFilter.class, eol: FixCrLfFilter.CrLf.newInstance("crlf"))
|
||||
}
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,4 +1,4 @@
|
|||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue