Skip to content

Commit

Permalink
try publishing a pom for commonApiIntermediary
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 8, 2024
1 parent 5d58ea5 commit 9b35bb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FabricApi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ publishing {
publications {
register<MavenPublication>("commonApiIntermediary") {
artifactId = commonApiIntermediaryJar.archiveBaseName.get()
@Suppress("UnstableApiUsage")
loom.disableDeprecatedPomGeneration(this)
artifact(commonApiIntermediaryJar)
artifact(commonApiIntermediarySourcesJar)
}
Expand Down

0 comments on commit 9b35bb3

Please sign in to comment.