Skip to content

Commit

Permalink
Fix jacoco outdated plugin
Browse files Browse the repository at this point in the history
Upgrading to Java 11 from Java 8 caused this error:
Corrupted STDOUT by directly writing to native stream in forked JVM 1. Stream 'FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed'.
  • Loading branch information
blcham committed Mar 10, 2022
1 parent 2351083 commit 83e09f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s-pipes-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version>
<version>0.8.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 83e09f9

Please sign in to comment.