forked from forkstuffs/slimjar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8da64c3
commit 7c1358d
Showing
133 changed files
with
461 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../main/kotlin/io/github/slimjar/Interop.kt → ...src/main/kotlin/github/slimjar/Interop.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.slimjar | ||
package github.slimjar | ||
|
||
import groovy.lang.Closure | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eptions/ConfigurationNotFoundException.kt → ...eptions/ConfigurationNotFoundException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.slimjar.exceptions | ||
package github.slimjar.exceptions | ||
|
||
class ConfigurationNotFoundException(message: String) : RuntimeException(message) |
2 changes: 1 addition & 1 deletion
2
...jar/exceptions/ShadowNotFoundException.kt → ...jar/exceptions/ShadowNotFoundException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package io.github.slimjar.exceptions | ||
package github.slimjar.exceptions | ||
|
||
class ShadowNotFoundException(message: String) : RuntimeException(message) |
4 changes: 2 additions & 2 deletions
4
...in/io/github/slimjar/func/Declarations.kt → ...otlin/github/slimjar/func/Declarations.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...otlin/io/github/slimjar/func/GradleKts.kt → ...n/kotlin/github/slimjar/func/GradleKts.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ub/slimjar/relocation/RelocationConfig.kt → ...ub/slimjar/relocation/RelocationConfig.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
.../kotlin/io/github/slimjar/task/SlimJar.kt → ...ain/kotlin/github/slimjar/task/SlimJar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ plugins { | |
id 'java' | ||
} | ||
|
||
group 'io.github.slimjar' | ||
group 'github.slimjar' | ||
version '1.2.0' | ||
|
||
repositories { | ||
|
2 changes: 1 addition & 1 deletion
2
...mjar/injector/agent/ClassLoaderAgent.java → ...mjar/injector/agent/ClassLoaderAgent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...hub/slimjar/app/AppendingApplication.java → ...hub/slimjar/app/AppendingApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.slimjar.app; | ||
package github.slimjar.app; | ||
|
||
public final class AppendingApplication extends Application { | ||
} |
2 changes: 1 addition & 1 deletion
2
...va/io/github/slimjar/app/Application.java → .../java/github/slimjar/app/Application.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.github.slimjar.app; | ||
package github.slimjar.app; | ||
|
||
import java.util.HashMap; | ||
import java.util.Map; | ||
|
Oops, something went wrong.