We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ad3c3 commit 48e0ff0Copy full SHA for 48e0ff0
build.gradle.kts
@@ -224,7 +224,7 @@ publishMods {
224
file.set(fullJar.flatMap { it.archiveFile })
225
changelog.set(providers.environmentVariable("CHANGELOG").orElse("# $version"))
226
type.set(PUBLISH_RELEASE_TYPE.orElse("alpha").map(ReleaseType::of))
227
- modLoaders.add("forge")
+ modLoaders.add("neoforge")
228
dryRun.set(!providers.environmentVariable("CI").isPresent)
229
230
github {
0 commit comments