Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Apr 25, 2024
1 parent e3e38d6 commit 748b78b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ architectury {
minecraft = project.minecraft_version
}

def platforms = subprojects.name.clone()
platforms.remove("common")
project.ext.set("platforms", platforms)

subprojects {
apply plugin: "dev.architectury.loom"

Expand Down

0 comments on commit 748b78b

Please sign in to comment.