Skip to content

Commit

Permalink
Config tycho-compiler-plugin to use project settings
Browse files Browse the repository at this point in the history
eclipse-platform/eclipse.platform#973 identified that IDE builds and maven builds produce different bytecode due to ignoring project settings which shouldn't be the case
  • Loading branch information
akurtakov committed Dec 14, 2023
1 parent 7e4c11c commit cd625b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
<excludeResources>
<exclude>**/package.html</exclude>
</excludeResources>
<useProjectSettings>false</useProjectSettings>
<useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit cd625b8

Please sign in to comment.