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:
Tobi Schäfer 2021-04-05 11:41:19 +02:00
parent 34b3a5d578
commit e54b36bb2a
4 changed files with 10 additions and 0 deletions

View 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'
}

Binary file not shown.

Binary file not shown.

View file

@ -9,3 +9,4 @@ org.apache.tools.ant.DirectoryScanner.removeDefaultExclude('**/.gitignore')
include 'launcher'
include 'modules:helma'
include 'modules:jala'
include 'modules:jala:util:HopKit'