Merge remote-tracking branch 'architectury/dev/0.8' into dev/0.9

# Conflicts:
#	build.gradle
This commit is contained in:
shedaniel
2021-06-20 20:10:47 +08:00

View File

@@ -77,8 +77,8 @@ configurations {
configurations.all {
resolutionStrategy {
// I am sorry modmuss
// failOnNonReproducibleResolution()
// I am sorry, for now
// failOnNonReproducibleResolution()
}
}
@@ -293,6 +293,10 @@ publishing {
from components.java
artifact mainJar
artifact sourcesJar
pom.withXml {
patchPom(asNode())
}
}
maven(MavenPublication) { publication ->