Version 2.4.0 of Bean Scripting Framework is the closest available version (Oct 2006)
⚠️ Modules were not tested after upgrade
9 lines
165 B
Groovy
9 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'
|
|
}
|