Samael
Samael
for now I have a workaround that works when running the tests in Intellij as well as when the tests are run during the gradle build: ```java private Reader loadTestResource(final...
This issue can be replicated in https://github.com/intellij-dlanguage/intellij-dlanguage by running `./gradlew koverXmlReport coverallsJacoco`
may be better to take my master branch as this is now updated for intellij 2023 and has github action that verifies project against multiple Intellij versions. If this is...
All three aspects of the PR could be viewed that way. Is there a specific part that's concerning; JDK version, mvn version, or junit change? I don't mind making changes....
ok, I'm going to undo the JDK and junit change so that the PR is purely about changes needed to target the maven 3.6.0 API edit: seems that's going to...
Yes the update is just so that this plugin can work with newer code bases not because of requirements in the code. I'm currently working on a maven plugin and...
@rfscholte I've created https://issues.apache.org/jira/browse/MPLUGINTESTING-63 for that. My local changes were to simply move the cast into your code for now. I'll take a look at extracting it from the Mojo...
the other changes I was looking at doing will be a seperate PR linked to [MPLUGINTESTING-63](https://issues.apache.org/jira/browse/MPLUGINTESTING-63). Is anything else required for this PR? Can it be merged?
@Tibor17 @rfscholte I've rebased with master so that this PR is now simply changes to target Maven 3.6.0