mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
18.44.2021 6d56424f36c8eb2bdf2976fa405a8c3f544e1d44
borgbutler-server/build.gradle
@@ -5,8 +5,8 @@
description = 'borgbutler-server'
dependencies {
    compile project(':borgbutler-core')
    compile project(':borgbutler-webapp')
    implementation project(':borgbutler-core')
    implementation project(':borgbutler-webapp')
    // https://mvnrepository.com/artifact/org.apache.commons/commons-text
    implementation group: 'org.apache.commons', name: 'commons-text', version: '1.6'
    implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.2'
@@ -24,7 +24,7 @@
    // https://mvnrepository.com/artifact/commons-cli/commons-cli
    implementation group: 'commons-cli', name: 'commons-cli', version: '1.4'
    testCompile group: 'org.mockito', name: 'mockito-core', version: '2.21.0'
    testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.21.0'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}
@@ -60,5 +60,4 @@
}
distZip.dependsOn ':borgbutler-webapp:packageWebApp'
//distZip.dependsOn ':borgbutler-docs:buildWebDoc'
task(dist).dependsOn distZip