Unverified Commit 5ebcfa41 authored by Randall Hauch's avatar Randall Hauch Committed by GitHub
Browse files

Merge pull request #255 from rhauch/cc-3034-b

CC-3034: Disabled the ES JarHell utility since it considered `module-info` files as duplicates
parents 892996f8 7cfa3b7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <argLine>@{argLine} -Djava.awt.headless=true -Dtests.security.manager=false</argLine>
                    <argLine>@{argLine} -Djava.awt.headless=true -Dtests.security.manager=false -Dtests.jarhell.check=false</argLine>
                </configuration>
            </plugin>
            <plugin>