]> source.dussan.org Git - poi.git/commitdiff
try to fix new custom Junit Annotation module dependency
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 7 Jul 2021 06:26:31 +0000 (06:26 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 7 Jul 2021 06:26:31 +0000 (06:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891337 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 05581f8867789618a18f961e9b5375ea4c508e92..29cc23b06e9de87d0053a9f2aeb948fb422dd9d9 100644 (file)
@@ -261,6 +261,7 @@ subprojects {
                     // opposed to the recommendation there, it doesn't work to add ... to the dependencies
                     // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.7.1'
                     // gradles gradle-worker.jar is still not a JPMS module and thus runs as unnamed module
+                    '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=org.apache.poi.poi',
                     '--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED',
                     '--add-exports','org.junit.platform.commons/org.junit.platform.commons.logging=ALL-UNNAMED',
                 ]