Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/workflows/error-prone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@ jobs:
if: github.repository == 'checkstyle/checkstyle'
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'

- name: Install groovy
run: sudo apt install groovy
- name: Install Groovy using SDKMAN
run: |
curl --fail-with-body -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install groovy 3.0.17
echo "GROOVY_HOME=$HOME/.sdkman/candidates/groovy/current" >> "$GITHUB_ENV"
echo "$HOME/.sdkman/candidates/groovy/current/bin" >> "$GITHUB_PATH"

- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions config/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ screenshot
Scriptblock
Scss
sdk
sdkman
sealedshouldhavepermitslist
selfexplanatory
Selkin
Expand Down