mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
change name
This commit is contained in:
parent
2a27d25d9b
commit
cd277daaf4
2 changed files with 4 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ modrinth {
|
||||||
changelog.set("A changelog can be found at https://github.com/GeyserMC/Geyser/commits")
|
changelog.set("A changelog can be found at https://github.com/GeyserMC/Geyser/commits")
|
||||||
gameVersions.add(libs.minecraft.get().version as String)
|
gameVersions.add(libs.minecraft.get().version as String)
|
||||||
failSilently.set(true)
|
failSilently.set(true)
|
||||||
|
debugMode.set(true)
|
||||||
|
|
||||||
syncBodyFrom.set(rootProject.file("README.md").readText())
|
syncBodyFrom.set(rootProject.file("README.md").readText())
|
||||||
}
|
}
|
||||||
|
|
@ -47,9 +47,9 @@ subprojects {
|
||||||
else -> plugins.apply("geyser.base-conventions")
|
else -> plugins.apply("geyser.base-conventions")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not combined with platform-conventions as that
|
// Not combined with platform-conventions as that also contains
|
||||||
// also contains viaproxy and standalone; both of which we cant publish to modrinth
|
// platforms which we cant publish to modrinth
|
||||||
if (modrinthPlatforms.contains(this)) {
|
if (modrinthPlatforms.contains(this)) {
|
||||||
plugins.apply("geyser.modrinth-uploading")
|
plugins.apply("geyser.modrinth-uploading-conventions")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue