Skip to content

Commit

Permalink
Re-enable changelog and installer publication
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Oct 26, 2024
1 parent c61ffd4 commit e89eb26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import net.neoforged.jarcompatibilitychecker.gradle.CompatibilityTask
import net.neoforged.jarcompatibilitychecker.gradle.ProvideNeoForgeJarTask

plugins {

id 'java-library'
id 'maven-publish'
id 'net.neoforged.jarcompatibilitychecker' version '0.1.12'
Expand Down Expand Up @@ -404,15 +405,14 @@ artifacts {
universalJar(universalJar) {
setClassifier("universal")
}
// installerJar(signInstallerJar.output) {
// builtBy(signInstallerJar)
// setClassifier("installer")
// }
// changelog(createChangelog.outputFile) {
// builtBy(createChangelog)
// setClassifier("changelog")
// setExtension("txt")
// }
installerJar(installerJar) {
setClassifier("installer")
}
changelog(createChangelog.outputFile) {
builtBy(createChangelog)
setClassifier("changelog")
setExtension("txt")
}
}

publishing {
Expand Down

0 comments on commit e89eb26

Please sign in to comment.