Skip to content

Commit 48beebe

Browse files
committed
Add: remap task after build
1 parent c076217 commit 48beebe

23 files changed

+149
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

LocatorLoader/build.gradle renamed to 2Loader/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ dependencies {
4040
implementation("org.ow2.asm:asm:9.3")
4141
implementation("org.ow2.asm:asm-tree:9.3")
4242
implementation("org.ow2.asm:asm-commons:9.3")
43-
implementation "cpw.mods:modlauncher:8.1.3"
43+
implementation "cpw.mods:modlauncher:10.0.8"
4444
implementation "cpw.mods:securejarhandler:2.1.6"
4545
implementation 'org.jetbrains:annotations:23.1.0'
4646
implementation "org.apache.logging.log4j:log4j-api:2.19.0"
4747
}
4848

4949
jar {
50-
from('../Locator/build/libs/') {
50+
from('../1Locator/build/libs/') {
5151
include '*.jar'
5252
}
5353
from('../build/libs/') {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)