Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Fix some modules not being shaded correctly (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 authored May 30, 2024
2 parents c441b0c + c379d31 commit bf87c84
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions nms/1_18_R1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_18_R2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_19_R1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_19_R2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_19_R3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_20_R1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_20_R2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_20_R3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down
4 changes: 0 additions & 4 deletions nms/1_20_R4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ tasks {
dependsOn("remap")
}

jar.configure {
enabled = false
}

remap {
dependsOn("shadowJar")

Expand Down

0 comments on commit bf87c84

Please sign in to comment.