Skip to content

Commit 1ae6fb2

Browse files
committed
Use srnyx's fork of Mod Publish Plugin
1 parent cf22393 commit 1ae6fb2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ val includeJavadocsSources: Boolean = true
2525
val javaVersion = 17
2626

2727
repositories {
28+
maven("https://repo.srnyx.com/snapshots/")
2829
mavenCentral()
2930
gradlePluginPortal()
3031
}
@@ -36,7 +37,7 @@ dependencies {
3637

3738
// Plugins
3839
compileOnly("com.gradleup.shadow:shadow-gradle-plugin:9.0.0")
39-
compileOnly("me.modmuss50.mod-publish-plugin:me.modmuss50.mod-publish-plugin.gradle.plugin:2.1.1")
40+
compileOnly("me.modmuss50.mod-publish-plugin:me.modmuss50.mod-publish-plugin.gradle.plugin:f229e09")
4041
}
4142

4243
// Set Kotlin JVM version

src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Setups.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,6 @@ fun Project.setupPublishingPlatforms(
559559
end.set(minecraftVersionEnd)
560560
}
561561

562-
modLoaders.set(emptyList())
563-
server.set(true)
564562
if (config.addAnnoyingApiDependency) embeds("annoying-api")
565563

566564
projectId.set(curseForgeIdentifier)

0 commit comments

Comments
 (0)