Skip to content

Commit

Permalink
Add modernizer
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Jul 31, 2022
1 parent 00bb6ff commit fe1751a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ cd benchmark

`mvn validate license:format -Pall`

## To run modernizer

`mvn modernizer:modernizer -Pall`

## To release

* Add the release notes in `website/site/content/notes.html` You use this code to generate it
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.4.0</version>
<configuration>
<javaVersion>8</javaVersion>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit fe1751a

Please sign in to comment.