Skip to content

Commit

Permalink
Stop building jdt.annotations v1 (#3114)
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 authored Oct 18, 2024
1 parent a3d0518 commit 9b451ea
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 9b451ea

Please sign in to comment.