Skip to content

Commit

Permalink
build: Fix platforms used for the Architectury Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 15, 2024
1 parent 4b89fde commit f5df3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ architectury {
// This sets up the transformations (@ExpectPlatform etc.) we need for production environments.
common(
"fabric",
// "forge",
"neoforge",
)
}

Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
}
// Bundle the transformed version of the common project in the mod.
// The transformed version includes things like fixed refmaps.
bundle(project(path = ":common", configuration = "transformProductionForge")) {
bundle(project(path = ":common", configuration = "transformProductionNeoForge")) {
isTransitive = false
}

Expand Down

0 comments on commit f5df3ab

Please sign in to comment.