groovy-extensions/groovy-ftp/build.gradle
2021-11-04 16:28:10 +01:00

7 lines
335 B
Groovy

apply from: rootProject.file('gradle/compile/groovy.gradle')
dependencies {
api "org.xbib:ftp-fs:${project.property('ftp.version')}"
testImplementation "org.apache.logging.log4j:log4j-core:${project.property('log4j.version')}"
testImplementation "org.apache.logging.log4j:log4j-jul:${project.property('log4j.version')}"
}