aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-scratchpad/build.gradle')
-rw-r--r--poi-scratchpad/build.gradle7
1 files changed, 0 insertions, 7 deletions
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) {