mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Check the Fabric box when uploading to curseforge (#574)
* Check the Fabric box when uploading to curseforge This will ensure mod auto update tools know it's a Fabric jar. * Update cursegradle version
This commit is contained in:
parent
0036435150
commit
bd8e7c315a
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
id 'fabric-loom' version '0.2.6-SNAPSHOT' apply false
|
||||
id 'net.minecrell.licenser' version '0.4.1'
|
||||
id "org.ajoberstar.grgit" version "3.1.1"
|
||||
id 'com.matthewprenger.cursegradle' version "1.1.2"
|
||||
id 'com.matthewprenger.cursegradle' version "1.4.0"
|
||||
}
|
||||
|
||||
def ENV = System.getenv()
|
||||
|
@ -236,6 +236,7 @@ curseforge {
|
|||
changelog = 'A changelog can be found at https://github.com/FabricMC/fabric/commits/master'
|
||||
releaseType = 'beta'
|
||||
addGameVersion '1.15.2'
|
||||
addGameVersion 'Fabric'
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||
displayName = "[$Globals.mcVersion] Fabric API $Globals.baseVersion build $ENV.BUILD_NUMBER"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue