mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Merge remote-tracking branch 'architectury/dev/0.8' into dev/0.9
# Conflicts: # build.gradle
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user