diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-01-22 21:34:35 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-01-22 21:34:35 +0000 |
commit | e71e6027620f832bac07607d4f066c4f76f348ac (patch) | |
tree | 1209dab676d2234c471a1a3e242adf49d5f4de58 /poi/build.gradle | |
parent | 1ee199b1ea8ce524d734aa5e9fa7fbe0c4a52ac0 (diff) | |
download | poi-e71e6027620f832bac07607d4f066c4f76f348ac.tar.gz poi-e71e6027620f832bac07607d4f066c4f76f348ac.zip |
revert test module changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/build.gradle')
-rw-r--r-- | poi/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle index b1bc4e4059..b2aa41d8bb 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -162,7 +162,7 @@ task testJar(type: Jar, dependsOn: [ testClasses, cacheTest9 ]) { } } - from sourceSets.test.output + from sourceSets.test.output + sourceSets.main.output manifest { attributes('Automatic-Module-Name': MODULE_NAME, 'Multi-Release': 'true') |