Skip to content

Commit

Permalink
remove modernizer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Dec 15, 2023
1 parent 591ce65 commit 66b3cf4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,23 +332,6 @@ https://github.com/artipie/front/LICENSE.txt
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.3.0</version>
<executions>
<execution>
<id>modernizer</id>
<phase>verify</phase>
<goals>
<goal>modernizer</goal>
</goals>
</execution>
</executions>
<configuration>
<javaVersion>${maven.compiler.source}</javaVersion>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 66b3cf4

Please sign in to comment.