diff options
Diffstat (limited to '.github/workflows/ant-build.yaml')
| -rw-r--r-- | .github/workflows/ant-build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ant-build.yaml b/.github/workflows/ant-build.yaml index d76843506..10488dc4f 100644 --- a/.github/workflows/ant-build.yaml +++ b/.github/workflows/ant-build.yaml @@ -18,10 +18,10 @@ jobs: with: fetch-depth: 0 # Required for git version info in build - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' - name: Install build dependencies |
