This repository contains the code to generate the jar files used in SIMONA to test the loading of external simulations.
The jars for the simonaAPI version 0.6.0 can be found in the buildJars folder.
- To add new jar files, you need to add a new module by editing the
settings.gradlefile. - To generate all jar at once, you need to execute
assembleon the main project. The jar for each sub-module is generated automatically. - The generated jars are in the
/build/libfolders of the sub-modules.