8 lines
335 B
Groovy
8 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')}"
|
||
|
}
|