Skip to content

Commit

Permalink
Remove obsolete compiler config (#530)
Browse files Browse the repository at this point in the history
Because it conflicts with Spring Boot Starter parent 3.1.0. That now
uses --release, which is incompatible with --add-exports.
  • Loading branch information
Bert-R authored May 25, 2023
1 parent 85ae355 commit e6b8ed5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@
<source>17</source>
<target>17</target>
<fork>true</fork>
<compilerVersion>17</compilerVersion>
<compilerArgs>
<arg>--add-exports=jdk.management.agent/jdk.internal.agent=ALL-UNNAMED</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e6b8ed5

Please sign in to comment.