mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-15 19:35:10 +01:00
Publishing: Add MidnightLib to the relations
This commit is contained in:
@@ -79,6 +79,10 @@ unifiedPublishing {
|
|||||||
curseforge = "fabric-api"
|
curseforge = "fabric-api"
|
||||||
modrinth = "fabric-api"
|
modrinth = "fabric-api"
|
||||||
}
|
}
|
||||||
|
includes {
|
||||||
|
curseforge = "midnightlib"
|
||||||
|
modrinth = "midnightlib"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")
|
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")
|
||||||
|
|||||||
@@ -84,6 +84,12 @@ unifiedPublishing {
|
|||||||
gameVersions = []
|
gameVersions = []
|
||||||
gameLoaders = ["neoforge"]
|
gameLoaders = ["neoforge"]
|
||||||
mainPublication remapJar
|
mainPublication remapJar
|
||||||
|
relations {
|
||||||
|
depends {
|
||||||
|
curseforge = "midnightlib"
|
||||||
|
modrinth = "midnightlib"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")
|
var CURSEFORGE_TOKEN = project.findProperty("CURSEFORGE_TOKEN") ?: System.getenv("CURSEFORGE_TOKEN")
|
||||||
if (CURSEFORGE_TOKEN != null) {
|
if (CURSEFORGE_TOKEN != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user