jazz-community / work-item-command-line

Work Item Command Line for RTC/EWM
https://rsjazz.wordpress.com/2017/03/29/the-work-item-command-line-is-now-open-source/
MIT License
23 stars 18 forks source link

Fix build and bundling #61

Closed rsjazz closed 9 months ago

rsjazz commented 9 months ago

Changed away from building a runnable jar and changed from launching the runnable JAR -jar command to launch WCL by having the wcl.jar in the build path and launching the main class.

This will help with adopting Java 11 for EWM 7.0.3 and later.