Skip to content

Commit

Permalink
[467471] Revert that forbidden references are not ignored.
Browse files Browse the repository at this point in the history
Why my local tests all passed without the tolerating of forbidden
references, the build server seems to be behave differently. I thus
reverted the change.
  • Loading branch information
nyssen committed May 18, 2015
1 parent 0450439 commit c814583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.gef4.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<version>${tycho-version}</version>
<configuration>
<useJDK>BREE</useJDK>
<compilerArgument>-warn:+discouraged</compilerArgument>
<compilerArgument>-warn:+discouraged,forbidden</compilerArgument>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c814583

Please sign in to comment.