We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bb6ff commit fe1751aCopy full SHA for fe1751a
README.md
@@ -99,6 +99,10 @@ cd benchmark
99
100
`mvn validate license:format -Pall`
101
102
+## To run modernizer
103
+
104
+`mvn modernizer:modernizer -Pall`
105
106
## To release
107
108
* Add the release notes in `website/site/content/notes.html` You use this code to generate it
pom.xml
@@ -193,6 +193,14 @@
193
<autoReleaseAfterClose>false</autoReleaseAfterClose>
194
</configuration>
195
</plugin>
196
+ <plugin>
197
+ <groupId>org.gaul</groupId>
198
+ <artifactId>modernizer-maven-plugin</artifactId>
199
+ <version>2.4.0</version>
200
+ <configuration>
201
+ <javaVersion>8</javaVersion>
202
+ </configuration>
203
+ </plugin>
204
</plugins>
205
<extensions>
206
<extension>
0 commit comments