mirror of https://github.com/facebook/rocksdb.git
[RocksJava] Fix broken jacoco report
With the last folder layout change a bug was introduced which prevents Jacoco from working correctly.
This commit is contained in:
parent
3ebebfccd8
commit
2dc636f62b
|
@ -60,7 +60,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.18.1</version>
|
||||
<configuration>
|
||||
<argLine>-ea -Xcheck:jni -Djava.library.path=${project.build.directory}</argLine>
|
||||
<argLine>${argLine} -ea -Xcheck:jni -Djava.library.path=${project.build.directory}</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue