apache / netbeans-mavenutils-nbm-maven-plugin

Apache NetBeans Maven Utils parent pom
https://netbeans.apache.org/
Apache License 2.0
13 stars 27 forks source link

Updated CI workflow + added test report step #115

Closed mbien closed 1 year ago

mbien commented 1 year ago

Updated CI workflow

mbien commented 1 year ago

thats cool. test annotations are working here. Going to take a look at the failed test, looks like it expects a certain junit version in the local repo.

cstamas commented 1 year ago

+1

cstamas commented 1 year ago

This is what I have as well locally on Java21, it fails, and this is the relevant part of the log: https://gist.github.com/cstamas/9a2fcf938da2c2ccdf12296139643f4c

mbien commented 1 year ago

now its green on JDK 21 (edit: JDK 17 too) but fails everywhere else -> we are getting closer :)

cstamas commented 1 year ago

+1