Skip to content
Commit 7cfa3b7a authored by Randall Hauch's avatar Randall Hauch
Browse files

CC-3034: Disabled the ES JarHell utility since it considered `module-info` files as duplicates

The `module-info` files will appear in multiple JARs, and they are not duplicates. The ES JarHell utility that the Elasticsearch project uses in their tests and base classes for tests (which we inherit and use in our tests) doesn’t take the `module-info` files into account.

Luckily there is a way to disable this check in the tests via the `tests.jarhell.check=false` system property, which this commit changes in the Surefire configuration.
parent 892996f8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment