Skip to content

Commit

Permalink
Still a fix for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jan 19, 2023
1 parent 60623ae commit c497d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'io.github.juuxel.loom-quiltflower' version '1.6.0' apply false
id "me.champeau.jmh" version "0.6.6"
id 'com.modrinth.minotaur' version '2.+' apply false
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.matthewprenger.cursegradle' version '1.4.0' apply false
}

@SuppressWarnings('unused')
Expand Down Expand Up @@ -196,7 +196,7 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
addGameVersion "Java 17"

mainArtifact(remapJar) {
displayName = project.version + " devbuild for " + project.minecraft_version
displayName = project.version + " backports for " + project.minecraft_version
}
}
options {
Expand Down

0 comments on commit c497d85

Please sign in to comment.