Initial Commit

This commit is contained in:
2023-11-05 18:08:31 +02:00
commit fccaed8dc2
15 changed files with 1927 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# jar-relocator
This is a fork of [jar-relocator by lucko](https://github.com/lucko/jar-relocator/) 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.