We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8fad3 commit b64763fCopy full SHA for b64763f
Fabric/build.gradle
@@ -203,5 +203,8 @@ remapJar {
203
tasks.named('processResources') {
204
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
205
}
206
+tasks.named('sourcesJar') {
207
+ duplicatesStrategy = DuplicatesStrategy.EXCLUDE
208
+}
209
210
jar.finalizedBy(remapJar)
Neoforge/build.gradle
@@ -179,6 +179,10 @@ tasks.named('processResources') {
179
180
181
182
183
184
185
+
186
shadowJar {
187
configurations = [project.configurations.shadowBundle]
188
archiveClassifier = 'dev-shadow'
0 commit comments