Update build.gradle
This commit is contained in:
parent
b1d86815bb
commit
f25c8b8aed
1 changed files with 2 additions and 1 deletions
|
@ -200,8 +200,9 @@ curseforge {
|
||||||
changelog = file('changelog.txt').text
|
changelog = file('changelog.txt').text
|
||||||
releaseType = 'beta'
|
releaseType = 'beta'
|
||||||
addGameVersion '1.17'
|
addGameVersion '1.17'
|
||||||
|
addGameVersion 'Fabric'
|
||||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
|
||||||
displayName = "[21w11a] Dimensional Doors ${version}"
|
displayName = "[1.17] Dimensional Doors ${version}"
|
||||||
}
|
}
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
uploadTask.dependsOn("remapJar")
|
uploadTask.dependsOn("remapJar")
|
||||||
|
|
Loading…
Reference in a new issue