Fixed Curseforge Upload
This commit is contained in:
parent
1cd070dbfb
commit
73a9c1f2fe
1 changed files with 8 additions and 4 deletions
12
build.gradle
12
build.gradle
|
@ -126,15 +126,19 @@ curseforge {
|
||||||
for (item in slurper.parseText(project.modrinth_versions)) {
|
for (item in slurper.parseText(project.modrinth_versions)) {
|
||||||
addGameVersion item
|
addGameVersion item
|
||||||
}
|
}
|
||||||
mainArtifact(jar) {
|
relations {
|
||||||
|
requiredDependency 'fabric-api'
|
||||||
|
}
|
||||||
|
mainArtifact(remapJar) {
|
||||||
displayName = "$project.archives_base_name-$project.version [1.19.2]"
|
displayName = "$project.archives_base_name-$project.version [1.19.2]"
|
||||||
relations {
|
}
|
||||||
requiredDependency 'fabric-api'
|
afterEvaluate {
|
||||||
}
|
mainArtifact(remapJar.outputs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
debug = false
|
debug = false
|
||||||
|
forgeGradleIntegration = false
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue