From 567b8fde923d7821a860f878a75e55cf6ce7360d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 26 Oct 2021 00:38:50 +0000 Subject: try to add LICENSE and NOTICE to sources jars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894567 13f79535-47bb-0310-9956-ffa450edef68 --- poi-scratchpad/build.gradle | 7 ------- 1 file changed, 7 deletions(-) (limited to 'poi-scratchpad/build.gradle') diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index 3927b62c8a..6b7781df5b 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -114,13 +114,6 @@ jar { } } -sourcesJar { - metaInf { - from("$projectDir/../legal/LICENSE") - from("$projectDir/../legal/NOTICE") - } -} - // Create a separate jar for test-code to depend on it in other projects // See http://stackoverflow.com/questions/5144325/gradle-test-dependency task testJar(type: Jar, dependsOn: testClasses) { -- cgit v1.2.3