Skip to content

Commit

Permalink
Upgrade maven-plugin-tools to support Java 11 generated Mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 29, 2020
1 parent 062e414 commit 278cd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<invoker.install.skip>${invoker.skip}</invoker.install.skip>
<invoker.it.skip>${invoker.skip}</invoker.it.skip>
<invoker.cloneClean>true</invoker.cloneClean>
<mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion><!-- required for Java 11 generated Mojo -->
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2020-09-26T20:10:30Z</project.build.outputTimestamp>
</properties>
Expand Down

0 comments on commit 278cd72

Please sign in to comment.