bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

resolving launcher.execute error #196

Closed DeniseSl22 closed 2 years ago

DeniseSl22 commented 2 years ago

@egonw ; based on one of your commits (https://github.com/bridgedb/BridgeDb/commit/10e01a54a2454df838f7a23b097c5702ab72e639) and work done by @hbasaric , I had an error in Eclipse which I resolved with this change to the pom.xml :smile:

The error read:

java.lang.NoSuchMethodError: 'void org.junit.platform.launcher.Launcher.execute(org.junit.platform.launcher.TestPlan, org.junit.platform.launcher.TestExecutionListener[])

I have only made the change for one libraries pom.xml, it might be that this change is needed for all other libraries too, but I think you would need to check if my change works for you.

codecov[bot] commented 2 years ago

Codecov Report

Merging #196 (9bb9824) into master (6037b9b) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 9bb9824 differs from pull request most recent head 4ac6f4e. Consider uploading reports for the commit 4ac6f4e to get more accurate results

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   12.39%   12.39%           
=======================================
  Files         165      165           
  Lines       10400    10400           
  Branches     1382     1382           
=======================================
  Hits         1289     1289           
  Misses       8960     8960           
  Partials      151      151           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6037b9b...4ac6f4e. Read the comment docs.

DeniseSl22 commented 2 years ago

Mhh, for some reason my build is not failing now anymore (with both surefire and launcher settings..... not sure what was causing this issue then, I will close this PR).