diff options
author | shedaniel <daniel@shedaniel.me> | 2021-06-20 20:10:47 +0800 |
---|---|---|
committer | shedaniel <daniel@shedaniel.me> | 2021-06-20 20:10:47 +0800 |
commit | 44ea5602fd89cc8ee326e28ebb6d32db23e6729a (patch) | |
tree | 06c2ac350a34dc9e6109cac6b70e10eaff14d021 /build.gradle | |
parent | 4dba17310dc5107fd28ca99cba277a4459985110 (diff) | |
parent | a0057b87318112e8eee46d1f64e4ad62626fb43a (diff) | |
download | architectury-loom-44ea5602fd89cc8ee326e28ebb6d32db23e6729a.tar.gz architectury-loom-44ea5602fd89cc8ee326e28ebb6d32db23e6729a.tar.bz2 architectury-loom-44ea5602fd89cc8ee326e28ebb6d32db23e6729a.zip |
Merge remote-tracking branch 'architectury/dev/0.8' into dev/0.9
# Conflicts:
# build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index c10f4b6b..270f6331 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -> |