Skip to content

Commit

Permalink
Stop building jdt.annotations v1
Browse files Browse the repository at this point in the history
Ensure that o.e.jdt.annotations 1.x is not picked by accident when there
is unversioned require (like
eclipse-jdt/eclipse.jdt#118 ) as it will no
longer be in the reactor.
  • Loading branch information
akurtakov committed Oct 18, 2024
1 parent bd799ad commit 66a7136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<modules>
<module>org.eclipse.jdt.annotation</module>
<module>org.eclipse.jdt.annotation_v1</module>
<!--module>org.eclipse.jdt.annotation_v1</module-->
<module>org.eclipse.jdt.core.compiler.batch</module>
<module>org.eclipse.jdt.core</module>
<module>org.eclipse.jdt.core.formatterapp</module>
Expand Down

0 comments on commit 66a7136

Please sign in to comment.