Skip to content

Commit

Permalink
update cf java/loader stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Sep 16, 2024
1 parent fcce635 commit 86df10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ unifiedPublishing {
curseforge {
token = CURSE_API_KEY
id = rootProject.curseforge_id
gameVersions.addAll "Java 17"
gameVersions.addAll "Java 21"
}
} else {
println "CF key missing"
Expand Down
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ components.java {
// Credit to shedaniel (architectury) for most of this
unifiedPublishing {
project {
displayName = "$project.version (forge)"
displayName = "$project.version (neoforge)"
releaseType = "$rootProject.release_channel"
changelog = "See Observable's GitHub releases page for all changes between versions."
gameVersions = ["$project.minecraft_version"]
gameLoaders = ["forge"]
gameLoaders = ["neoforge"]
mainPublication remapJar
relations {
depends {
Expand Down

0 comments on commit 86df10d

Please sign in to comment.