Skip to content

Commit

Permalink
gradle is wierd part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Oct 1, 2024
1 parent 63aa7d8 commit 247be87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.7.4"
id "me.modmuss50.mod-publish-plugin" version "0.7.4" apply false
id "com.github.johnrengelman.shadow" version "8.1.+" apply false
}

apply plugin: "me.modmuss50.mod-publish-plugin"

architectury.minecraft = minecraft_version

Map<String, String> modProperties() {
Expand Down

0 comments on commit 247be87

Please sign in to comment.