Skip to content

Commit

Permalink
chore(fabric): Disable publication until we target 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 25, 2024
1 parent 310b36b commit f4ca9a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import org.gradle.configurationcache.extensions.capitalized
plugins {
alias(libs.plugins.loom)
alias(libs.plugins.configurateTransformations)
id("publishing-conventions")
id("standard-conventions")
// id("publishing-conventions") // disable until 1.21.2
}

dependencies {
Expand Down Expand Up @@ -225,8 +226,8 @@ tasks.withType(GenerateSourcesTask::class).configureEach {

// Workaround for both loom and indra doing publication logic in an afterEvaluate :(
indra.includeJavaSoftwareComponentInPublications(false)
publishing {
/*publishing {
publications.named("maven", MavenPublication::class) {
from(components["java"])
}
}
}*/

0 comments on commit f4ca9a7

Please sign in to comment.