10 lines
165 B
Groovy
10 lines
165 B
Groovy
|
dependencies {
|
||
|
// FIXME: Seems to be not used, anymore…?
|
||
|
runtime 'bsf:bsf:2.4.0'
|
||
|
}
|
||
|
|
||
|
task deps(type: Copy) {
|
||
|
from sourceSets.main.runtimeClasspath
|
||
|
into 'lib'
|
||
|
}
|