From e2c1df57c82080ca0c2a2246096176880569f90a Mon Sep 17 00:00:00 2001 From: Ned Loynd <41816363+NeRdTheNed@users.noreply.github.com> Date: Fri, 13 Aug 2021 16:37:56 +1000 Subject: [PATCH] Don't bother including a copy of the CC0 in the .jar file The mod is pretty clearly licensed under the CC0 in fabric.mod.json, and it includes a link to this GitHub repository as well. --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index 770296b..0cea3c1 100644 --- a/build.gradle +++ b/build.gradle @@ -78,12 +78,6 @@ java { withSourcesJar() } -jar { - from("LICENSE") { - rename { "${it}_${project.archivesBaseName}"} - } -} - // configure the maven publication publishing { publications {