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