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 ea9f703 commit cf74f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-platform-parent/pom.xml
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 cf74f8d

Please sign in to comment.