Skip to content

A java library to relocate packages inside a jar or extracted jar directory

License

Notifications You must be signed in to change notification settings

firstdarkdev/jar-relocator

Repository files navigation

jar-relocator

This is a fork of jar-relocator by lucko with some changes required for our own use.

Full list of changes

  • Packages renamed from me.lucko to com.hypherionmc.
  • Added a DirectoryRelocator task that allows remapping files inside a directory, instead of a jar
  • Added a runDirectory() method to JarRelocator.
  • Converted from MAVEN to Gradle
  • Not published to maven central
  • Not signed

This fork will probably not be of much use to anyone else, but it's kept here for source control, and to disclose the source of the library

License

This library is licensed under Apache License Version 2.0, just like the original.

About

A java library to relocate packages inside a jar or extracted jar directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages