Skip to content

Commit

Permalink
It's NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 9, 2024
1 parent 32fd266 commit c2f81f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ publishMods {
file.set(tasks.remapJar.flatMap { it.archiveFile })
changelog.set(providers.environmentVariable("CHANGELOG").orElse("# $version"))
type.set(providers.environmentVariable("PUBLISH_RELEASE_TYPE").orElse("alpha").map(ReleaseType::of))
modLoaders.add("forge")
modLoaders.add("neoforge")
dryRun.set(!CI.isPresent)

github {
Expand Down

0 comments on commit c2f81f3

Please sign in to comment.