Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Classloader with class name mapping and bytecode transforming functionality

License

Notifications You must be signed in to change notification settings

uranometrical/LegacyLauncher

 
 

Repository files navigation

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")
}

About

Classloader with class name mapping and bytecode transforming functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.7%
  • Kotlin 6.3%