9 lines
252 B
Groovy
9 lines
252 B
Groovy
dependencies {
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
|
compileOnly(group: 'org.pf4j', name: 'pf4j', version: "3.2.0") {
|
|
exclude group: "org.slf4j"
|
|
}
|
|
}
|
|
|