aboutsummaryrefslogtreecommitdiff
path: root/fabric
diff options
context:
space:
mode:
Diffstat (limited to 'fabric')
-rw-r--r--fabric/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle
index badb04d14..1c6ddb6f9 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -106,6 +106,10 @@ publishing {
builtBy remapSourcesJarTask
classifier "sources"
}
+
+ // Hack to inherit the dependencies without inheriting the artifacts
+ publication.setArtifacts(publication.artifacts)
+ from components.java
}
}
}