- `2.0.2` Improve error reporting and dynamically skip files already loaded on module path (#17) * Improve error reporting and dynamically skip files already loaded on module path * Make use of newer SJH to properly close temporarily opened SecureJars used to compute the module name - `2.0.1` Remove Manifest attributes not supported when loading through JPMS (#16) Bootstraplauncher will itself always load through the normal JPMS loader, which does not expose these attributes on the package. - `2.0.0` Bump SecureJarHandler (#15) - `1.1.8` Adds an entrypoint for use by JUnit infrastructure (#13) - `1.1.7` Fail if the legacyClassPath.file does not exist (#14) - `1.1.6` Build and publish with GitHub Actions (#12) - `1.1.5` Enable Gradle Auto-Provisioning. - `1.1.4` Remove last functional references to MinecraftForge. - `1.1.3` Update to NeoGradle. - `1.1.2` update sjh to 2.1.2 Signed-off-by: cpw - `1.1.1` merge together modules that get the same name automatically Signed-off-by: cpw - `1.1.0` export package and handle empty elements a bit so it's useful for test harnessing Signed-off-by: cpw