diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index ae8f6013..fc535314 100644 --- a/build.gradle +++ b/build.gradle @@ -119,13 +119,7 @@ task publishModrinth(type: TaskModrinthUpload) { publishing { publications { mavenJava(MavenPublication) { - // add all the jars that should be included when publishing to maven - artifact(remapJar) { - builtBy remapJar - } - artifact(sourcesJar) { - builtBy remapSourcesJar - } + from components.java } } |