Skip to content

Commit

Permalink
Declare shadow plugin in rootProject
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 18, 2023
1 parent c4bd77f commit ace4316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.3-SNAPSHOT" apply false
id "com.github.johnrengelman.shadow" version "7.1.2" apply false
}

tasks.named('wrapper') {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
id "com.github.johnrengelman.shadow"
}

architectury {
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.johnrengelman.shadow" version "7.1.2"
id "com.github.johnrengelman.shadow"
}

architectury {
Expand Down

0 comments on commit ace4316

Please sign in to comment.