Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 554 Bytes

LegacyLauncher - mikroskeem's fork

This LegacyLauncher fork is used with Orion, introducing code cleanup, bugfixes and experimental Java 9 support, whereas retaining API-compatibility with other tools.

Buidling LegacyLauncher

Invoke ./gradlew build

Getting LegacyLauncher

val legacyLauncherVersion: String by extra

repositories {
    maven("https://repo.wut.ee/repository/mikroskeem-repo")
}

dependencies {
    implementation("eu.mikroskeem:legacylauncher:$legacylauncherVersion")
}