Add modrinth publishing

This commit is contained in:
Lukas Rieger (Blue) 2022-10-24 23:43:02 +02:00
parent 80d08f026e
commit f454cf02a4
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
16 changed files with 6 additions and 21 deletions

View File

@ -1 +1 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.jvmargs=-Xmx8G

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -140,7 +140,6 @@ modrinth {
dependencies {
required.project("P7dR8mSH") // Fabric API
}
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -174,7 +174,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.14.4"]
debugMode = true
}
task publish {

View File

@ -174,7 +174,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.15.2"]
debugMode = true
}
task publish {

View File

@ -174,7 +174,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.16.2", "1.16.3", "1.16.4", "1.16.5"]
debugMode = true
}
task publish {

View File

@ -174,7 +174,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.17.1"]
debugMode = true
}
task publish {

View File

@ -174,7 +174,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.18.1", "1.18.2"]
debugMode = true
}
task publish {

View File

@ -175,7 +175,6 @@ modrinth {
changelog = "Releasenotes and Changelog:\nhttps://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v${project.version}"
uploadFile = shadowJar
gameVersions = ["1.19", "1.19.1", "1.19.2"]
debugMode = true
}
task publish {

View File

@ -125,14 +125,13 @@ modrinth {
loaders.addAll("spigot")
gameVersions.addAll(
"1.13.2",
"1.13.2", "1.13.2", "1.13.2", "1.13.2", "1.13.2",
"1.13.2", "1.13.2", "1.13.2",
"1.13.2","1.13.2","1.13.2","1.13.2","1.13.2","1.13.2",
"1.13.2","1.13.2",
"1.13.2","1.13.2","1.13.2",
"1.14", "1.14.1", "1.14.2", "1.14.3", "1.14.4",
"1.15", "1.15.1", "1.15.2",
"1.16", "1.16.1", "1.16.2", "1.16.3", "1.16.4", "1.16.5",
"1.17", "1.17.1",
"1.18"," 1.18.1", "1.18.2",
"1.19", "1.19.1", "1.19.2"
)
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -137,7 +137,6 @@ modrinth {
uploadFile.set(tasks.findByName("shadowJar"))
loaders.addAll("sponge")
gameVersions.addAll("1.16.5")
debugMode.set(true)
}
tasks.register("publish") {

View File

@ -137,7 +137,6 @@ modrinth {
uploadFile.set(tasks.findByName("shadowJar"))
loaders.addAll("sponge")
gameVersions.addAll("1.18.2")
debugMode.set(true)
}
tasks.register("publish") {