We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f59e95 commit b7bcadeCopy full SHA for b7bcade
build.gradle.kts
@@ -49,7 +49,7 @@ subprojects {
49
apply(plugin = "java")
50
apply(plugin = "maven-publish")
51
apply(plugin = "io.freefair.lombok")
52
- apply(plugin = "com.modrinth.minotaur")
+ if (project.name != "common") apply(plugin = "com.modrinth.minotaur")
53
apply(plugin = "dev.yumi.gradle.licenser")
54
55
extensions.getByType(JavaPluginExtension::class).withSourcesJar()
common/build.gradle.kts
@@ -83,7 +83,3 @@ publishing {
83
}
84
85
86
-
87
-afterEvaluate {
88
- tasks.modrinth.configure {enabled = false}
89
-}
0 commit comments