Skip to content

Commit

Permalink
Update NG and use newer installer versions (neoforged#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jan 5, 2024
1 parent 299f725 commit 3411efd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
java: 17
pre_gradle_tasks: setup
gradle_tasks: publish
gradle_tasks: publish -P"neogradle.runtime.platform.installer.debug=false"
version_labels: -beta, -stable

# We only publish the main repository. This way we avoid publishing Kits
Expand Down
4 changes: 4 additions & 0 deletions projects/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ dynamicProject {
rootProject.layout.projectDirectory.dir('rejects'))
}

installerProfile {
profile = 'NeoForge'
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(project.java_version))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id 'net.neoforged.gradle.platform' version '7.0.60'
id 'net.neoforged.gradle.platform' version '7.0.80'
}

rootProject.name = rootDir.name
Expand Down
Binary file modified src/main/resources/neoforged_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3411efd

Please sign in to comment.