Skip to content

Commit

Permalink
removed deprecated property in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Aug 1, 2024
1 parent df1e019 commit 74fcae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
<configuration>
<skipTests>${skipTests}</skipTests>
<skipITs>${skipITs}</skipITs>
<encoding>UTF-8</encoding>
</configuration>
</plugin>

Expand All @@ -205,7 +204,6 @@
<configuration>
<skip>${skipTests}</skip>
<configLocation>${basedir}/src/main/resources/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down

0 comments on commit 74fcae6

Please sign in to comment.