Merge branch '8.0.x-1.16.1'

This commit is contained in:
Sebastian Hartte
2020-08-26 11:39:20 +02:00
+7
View File
@@ -190,6 +190,13 @@ publishing {
groupId = project.group
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 sourcesJar
artifact javadocJar