Add Java dependency for HopKit to Gradle
Version 2.4.0 of Bean Scripting Framework is the closest available version (Oct 2006)
⚠️ Modules were not tested after upgrade
This commit is contained in:
parent
34b3a5d578
commit
e54b36bb2a
4 changed files with 10 additions and 0 deletions
9
modules/jala/util/HopKit/build.gradle
Normal file
9
modules/jala/util/HopKit/build.gradle
Normal file
|
@ -0,0 +1,9 @@
|
|||
dependencies {
|
||||
// FIXME: Seems to be not used, anymore…?
|
||||
runtime 'bsf:bsf:2.4.0'
|
||||
}
|
||||
|
||||
task deps(type: Copy) {
|
||||
from sourceSets.main.runtimeClasspath
|
||||
into 'lib'
|
||||
}
|
BIN
modules/jala/util/HopKit/lib/bsf-2.4.0.jar
Normal file
BIN
modules/jala/util/HopKit/lib/bsf-2.4.0.jar
Normal file
Binary file not shown.
Binary file not shown.
|
@ -9,3 +9,4 @@ org.apache.tools.ant.DirectoryScanner.removeDefaultExclude('**/.gitignore')
|
|||
include 'launcher'
|
||||
include 'modules:helma'
|
||||
include 'modules:jala'
|
||||
include 'modules:jala:util:HopKit'
|
||||
|
|
Loading…
Add table
Reference in a new issue