Skip to content

Commit

Permalink
Fix Maven publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 3, 2023
1 parent 24bc538 commit 38350f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -526,13 +526,6 @@ publishing {
artifactId = project.archivesBaseName
version = project.version

// ForgeGradle will generate wild dependency definitions, see https://github.com/MinecraftForge/ForgeGradle/issues/584
// Since we don't actually depend on anything, just remove the entire node.
pom.withXml {
asNode().remove(asNode().dependencies)
}

from components.java
artifact shadowJar
artifact sourcesJar
artifact javadocJar
Expand Down

0 comments on commit 38350f1

Please sign in to comment.