From bba249d52207799dc984efd884353aa4783c1c40 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 22 Jan 2022 08:57:38 +0000 Subject: Don't add main classes to *-test.jar files Better to only provide them once to avoid very strange errors if they differ for some reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897330 13f79535-47bb-0310-9956-ffa450edef68 --- poi-scratchpad/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poi-scratchpad/build.gradle') diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle index 8c2549643b..704f33cb8e 100644 --- a/poi-scratchpad/build.gradle +++ b/poi-scratchpad/build.gradle @@ -133,7 +133,7 @@ task testJar(type: Jar, dependsOn: testClasses) { } } - from sourceSets.test.output + sourceSets.main.output + from sourceSets.test.output manifest { attributes('Automatic-Module-Name': MODULE_NAME, 'Multi-Release': 'true') -- cgit v1.2.3