Skip to content

Commit

Permalink
Update tycho-compiler-jdt and fix org.eclipse.jdt for older java
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 18, 2025
1 parent ade362a commit d20eae1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tycho-lib-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-jdt</artifactId>
<version>3.0.0</version>
<version>4.0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.38.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit d20eae1

Please sign in to comment.