diff options
author | isxander <xander@isxander.dev> | 2024-04-11 18:52:30 +0100 |
---|---|---|
committer | isxander <xander@isxander.dev> | 2024-04-11 18:52:30 +0100 |
commit | dc56cd7ab946c8f19c1451e0f5d759de95afd0e3 (patch) | |
tree | 9ffc82f1b7c3cd727999916881a618ecc047cee1 /.github | |
parent | 04fe933f4c24817100f3101f088accf55a621f8a (diff) | |
download | YetAnotherConfigLib-dc56cd7ab946c8f19c1451e0f5d759de95afd0e3.tar.gz YetAnotherConfigLib-dc56cd7ab946c8f19c1451e0f5d759de95afd0e3.tar.bz2 YetAnotherConfigLib-dc56cd7ab946c8f19c1451e0f5d759de95afd0e3.zip |
use java 21 in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 3786124..d122161 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -30,7 +30,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - java-version: 17 + java-version: 21 distribution: temurin - uses: actions/cache@v3 with: |