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.gradle
file. - To generate all jar at once, you need to execute
assemble
on the main project. The jar for each sub-module is generated automatically. - The generated jars are in the
/build/lib
folders of the sub-modules.