Skip to content

Commit

Permalink
Update no-cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Apr 22, 2024
1 parent d95e1f7 commit 2c0ae8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'adopt'
- name: Build Lucee without using a Maven cache
run: ant -noinput -buildfile loader/build.xml

0 comments on commit 2c0ae8e

Please sign in to comment.