Skip to content

Commit

Permalink
Revert change making jdt compiler use project settings
Browse files Browse the repository at this point in the history
Should fix
eclipse-platform/eclipse.platform.releng.aggregator#1653
.
Further work on the topic could be continued as described in
#973 (comment)
  • Loading branch information
akurtakov committed Dec 11, 2023
1 parent a5789fb commit a82a4d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@
<testClassesDirectory>${tycho.surefire.testClassesDirectory}</testClassesDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<configuration>
<useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit a82a4d0

Please sign in to comment.