Add Java dependency for charts module to Gradle

Version 2.5.7 of JXL is closest available version (2.4.3)

⚠️ Modules were not tested after upgrade
This commit is contained in:
Tobi Schäfer 2021-04-05 10:46:08 +02:00
parent 2f8160526c
commit aea04da690
4 changed files with 9 additions and 8 deletions

View file

@ -23,7 +23,7 @@
*/
// take care of any dependencies
app.addRepository('modules/helma/jxl.jar');
app.addRepository('modules/helma/jxl-2.5.7.jar');
/**
* Define the global namespace if not existing

View file

@ -1,5 +1,6 @@
dependencies {
runtime 'ch.ethz.ganymed:ganymed-ssh2:build208'
runtime 'net.sourceforge.jexcelapi:jxl:2.5.7'
}
task deps(type: Copy) {

BIN
modules/helma/jxl-2.5.7.jar Normal file

Binary file not shown.

Binary file not shown.