Skip to content

Commit

Permalink
Remove exclusion of Error Prone from JDK 17 build
Browse files Browse the repository at this point in the history
The respective bug was fixed 4 years ago.
  • Loading branch information
PhilippWendler committed Jul 22, 2024
1 parent 0d137ca commit c0bf01f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ variables:
REFASTER_REPO_REVISION: 31cd8ffc4966957e156665dbba76679ade5bb5c9
# Needs to be synchronized with Error Prone version in lib/ivy.xml
REFASTER_VERSION: 2.21.1

build:jdk-17:
variables:
# https://github.com/google/error-prone/issues/1106
ANT_PROPS_BUILD: "-Divy.disable=true -Derrorprone.disable=true"

0 comments on commit c0bf01f

Please sign in to comment.