From e5e2ae1471b5f7c68d19ca13f83b443a9361d261 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Sun, 12 Dec 2021 21:59:35 +0100 Subject: fix deprecated stuff --- build.gradle | 8 +------- 1 file changed, 1 insertion(+), 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 } } -- cgit