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:
parent
2f8160526c
commit
aea04da690
4 changed files with 9 additions and 8 deletions
2
modules/helma/Chart.js
vendored
2
modules/helma/Chart.js
vendored
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// take care of any dependencies
|
// 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
|
* Define the global namespace if not existing
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
dependencies {
|
dependencies {
|
||||||
runtime 'ch.ethz.ganymed:ganymed-ssh2:build208'
|
runtime 'ch.ethz.ganymed:ganymed-ssh2:build208'
|
||||||
|
runtime 'net.sourceforge.jexcelapi:jxl:2.5.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
task deps(type: Copy) {
|
task deps(type: Copy) {
|
||||||
|
|
BIN
modules/helma/jxl-2.5.7.jar
Normal file
BIN
modules/helma/jxl-2.5.7.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue