Skip to content

Commit

Permalink
chore: make curseforge releases flag neoforge too
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Aug 6, 2023
1 parent 134da34 commit d0afc29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ buildscript {
dependencies {
classpath "org.spongepowered:mixingradle:0.7+"
classpath "org.apache.httpcomponents:httpmime:4.5.14"
classpath "org.parchmentmc:librarian:1.+"
}
}
plugins {
Expand All @@ -28,7 +27,6 @@ plugins {

apply plugin: "java"
apply plugin: 'eclipse'
apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'maven-publish'

apply plugin: "org.spongepowered.mixin"
Expand Down Expand Up @@ -315,6 +313,8 @@ curseforge {
changelog = getReleaseChangelog()
changelogType = 'markdown'
releaseType = 'release'
addGameVersion 'Forge'
addGameVersion 'NeoForge'
addGameVersion '1.20'
addGameVersion '1.20.1'

Expand All @@ -335,6 +335,7 @@ modrinth {
projectId = project.modrinth_slug
versionType = "release"
uploadFile = jar
loaders = ["forge", "neoforge"]
additionalFiles = [srcJar, deobfJar]
gameVersions = ["1.20", "1.20.1"]
changelog = getReleaseChangelog()
Expand Down

0 comments on commit d0afc29

Please sign in to comment.