Skip to content

Commit 49e42f2

Browse files
committed
gson
1 parent 763fc8a commit 49e42f2

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

client/forge_1_20_1/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ tasks {
2828
}
2929
}
3030

31-
shadowJar {
32-
relocate("com.google.gson", "com.coloryr.allmusic.libs.com.google.gson")
33-
}
34-
3531
remapJar {
3632
inputFile.set(shadowJar.get().archiveFile)
3733
archiveFileName.set("[forge-1.20.1]AllMusic_Client-${project.version}.jar")

client/neoforge_1_21/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ tasks {
2828
}
2929
}
3030

31-
shadowJar {
32-
relocate("com.google.gson", "com.coloryr.allmusic.libs.com.google.gson")
33-
}
34-
3531
remapJar {
3632
inputFile.set(shadowJar.get().archiveFile)
3733
archiveFileName.set("[neoforge-1.21]AllMusic_Client-${project.version}.jar")

0 commit comments

Comments
 (0)