File tree Expand file tree Collapse file tree
src/main/kotlin/xyz/srnyx/gradlegalaxy/utility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ val includeJavadocsSources: Boolean = true
2525val javaVersion = 17
2626
2727repositories {
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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments