Creating a .modl file of external Java Drivers code using Gradle in IntelliJ

If you want a full example, my Orekit module exposes a full set of Java classes through scripting. It’s an 8.0 module, but most everything should still apply.

The external decencies are listed in the common module’s build.gradle, and are loaded into Ignition’s script manager through a custom ExtendedScriptManager.

1 Like