Skip to content

Commit 1cd179d

Browse files
committed
Change how Maven artefacts get published.
1 parent 482959d commit 1cd179d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Fabric/build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,7 @@ project.publishing {
7979

8080
artifactId project.archivesBaseName
8181

82-
// Base mod archive.
83-
artifact(remapJar) {
84-
85-
builtBy remapJar
86-
}
87-
88-
// Adds the soruces as an artifact.
89-
artifact(sourcesJar) {
90-
91-
builtBy remapSourcesJar
92-
}
82+
from(components["java"])
9383
}
9484
}
9585

0 commit comments

Comments
 (0)