There was an error while loading. Please reload this page.
1 parent 3e2bcb4 commit 4b9e3d1Copy full SHA for 4b9e3d1
1 file changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
java
10
`maven-publish`
11
id("dev.architectury.loom") // Version declared in buildSrc
12
- id("me.modmuss50.mod-publish-plugin") version "0.5.+"
+ id("me.modmuss50.mod-publish-plugin") version "2.1.1"
13
}
14
15
val implementationVersion: String by project
@@ -238,6 +238,8 @@ publishMods {
238
accessToken.set(providers.environmentVariable("CURSEFORGE_TOKEN"))
239
projectId.set(curseForgeId)
240
minecraftVersions.add(versionMc)
241
+ client.set(true)
242
+ server.set(true)
243
244
modrinth {
245
accessToken.set(providers.environmentVariable("MODRINTH_TOKEN"))
0 commit comments