Skip to content

Commit

Permalink
Fix forge run config variants
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Dec 18, 2023
1 parent 09bab0f commit 8a873fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ variants.each {variant ->
}
loom.runs.create(variant) {
inherit loom.runs.client
forgeTemplate "client"
configName = "Run $variant"
source set
}
Expand Down

0 comments on commit 8a873fe

Please sign in to comment.