Skip to content

Commit

Permalink
refactor: remove old version impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed May 30, 2024
1 parent 5365a74 commit f36eb7c
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,785 deletions.
14 changes: 1 addition & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ dependencies {
// Shaded
paperweight.paperDevBundle("1.20.6-R0.1-SNAPSHOT") //NMS
implementation(project(path = ":core"))
//implementation(project(path = ":v1_19_R1", configuration = "reobf"))
//implementation(project(path = ":v1_19_R2", configuration = "reobf"))
//implementation(project(path = ":v1_19_R3", configuration = "reobf"))
//implementation(project(path = ":v1_20_R1", configuration = "reobf"))
//implementation(project(path = ":v1_20_R2", configuration = "reobf"))
//implementation(project(path = ":v1_20_R3", configuration = "reobf"))
implementation(project(path = ":v1_20_R4"))
}

Expand Down Expand Up @@ -76,15 +70,9 @@ tasks {
}

shadowJar {
//dependsOn(":v1_19_R1:reobfJar")
//dependsOn(":v1_19_R2:reobfJar")
//dependsOn(":v1_19_R3:reobfJar")
//dependsOn(":v1_20_R1:reobfJar")
//dependsOn(":v1_20_R2:reobfJar")
//dependsOn(":v1_20_R3:reobfJar")
dependsOn(":v1_20_R4:reobfJar")

//relocate("com.jeff_media.morepersistentdatatypes", "com.mineinabyss.shaded.morepersistentdatatypes")
relocate("com.jeff_media.morepersistentdatatypes", "com.mineinabyss.shaded.morepersistentdatatypes")

archiveFileName.set("Emojy.jar")
}
Expand Down
44 changes: 0 additions & 44 deletions v1_19_R1/build.gradle.kts

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions v1_19_R2/build.gradle.kts

This file was deleted.

Loading

0 comments on commit f36eb7c

Please sign in to comment.