Skip to content

Commit b7bcade

Browse files
committed
fix publishing
1 parent 2f59e95 commit b7bcade

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
apply(plugin = "java")
5050
apply(plugin = "maven-publish")
5151
apply(plugin = "io.freefair.lombok")
52-
apply(plugin = "com.modrinth.minotaur")
52+
if (project.name != "common") apply(plugin = "com.modrinth.minotaur")
5353
apply(plugin = "dev.yumi.gradle.licenser")
5454

5555
extensions.getByType(JavaPluginExtension::class).withSourcesJar()

common/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,3 @@ publishing {
8383
}
8484
}
8585
}
86-
87-
afterEvaluate {
88-
tasks.modrinth.configure {enabled = false}
89-
}

0 commit comments

Comments
 (0)