Skip to content

Commit

Permalink
Drop explicit inlineJSR param to tycho
Browse files Browse the repository at this point in the history
It's implicit for ECJ when target>=1.5 , aggregator no longer compiles
anything to target < 1.5 and ecj is dropping support for target<1.8.
  • Loading branch information
akurtakov committed Jul 9, 2024
1 parent 8991374 commit 55a3c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@
<configuration>
<compilerArgs>
<args>-verbose</args>
<args>-inlineJSR</args>
<args>-enableJavadoc</args>
<args>-encoding</args>
<args>${project.build.sourceEncoding}</args>
Expand Down

0 comments on commit 55a3c52

Please sign in to comment.