diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-12 03:12:09 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-12 03:12:09 +0800 |
| commit | bd8aed1e2716fc57fefc640d303e403ba761e3b1 (patch) | |
| tree | 334fa7ae51918ddf3d37db4961b14e77a0a441b9 /fabric | |
| parent | dbd26b5bd394957d1bd73016779b87baff3668b0 (diff) | |
| download | RoughlyEnoughItems-bd8aed1e2716fc57fefc640d303e403ba761e3b1.tar.gz RoughlyEnoughItems-bd8aed1e2716fc57fefc640d303e403ba761e3b1.tar.bz2 RoughlyEnoughItems-bd8aed1e2716fc57fefc640d303e403ba761e3b1.zip | |
Update to 22w06a
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle index 1299ce7fd..e64f70b2f 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -91,7 +91,7 @@ publishing { def project = project(":" + projectName) publication.artifact(project.fakeJar) { classifier null } def remapSourcesJarTask = project.remapSourcesJar - publication.artifact(remapSourcesJarTask.output) { + publication.artifact(remapSourcesJarTask) { builtBy remapSourcesJarTask classifier "sources" } |
