This LegacyLauncher fork is used with Orion, introducing code cleanup, bugfixes and experimental Java 9 support, whereas retaining API-compatibility with other tools.
Invoke ./gradlew build
val legacyLauncherVersion: String by extra
repositories {
maven("https://repo.wut.ee/repository/mikroskeem-repo")
}
dependencies {
implementation("eu.mikroskeem:legacylauncher:$legacylauncherVersion")
}