Final touches for v1.9.0

This commit is contained in:
Martin Prokoph
2024-12-30 12:11:09 +01:00
parent 3e3cd25b67
commit 75f9937035
3 changed files with 15 additions and 4 deletions

View File

@@ -149,6 +149,10 @@ unifiedPublishing {
curseforge = "midnightlib"
modrinth = "midnightlib"
}
optional {
curseforge = "polymer"
modrinth = "polymer"
}
}
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")