diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-10 22:47:39 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-10 22:47:39 +0200 |
| commit | dd0225bdde303cc739fed60c9aff28b63b868997 (patch) | |
| tree | 85eae959ab5528e8e6a665c5266961600ff3c32e /.github/workflows/ant-build-pull-request.yaml | |
| parent | 3950a4f49b0c5ba3e2b494325520f0d03ec23ff5 (diff) | |
We migrate to JDK 17
This is a hard requirement to be able to migrate
to a more recent jetty version, which may happen sometime soon.
Diffstat (limited to '.github/workflows/ant-build-pull-request.yaml')
| -rw-r--r-- | .github/workflows/ant-build-pull-request.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ant-build-pull-request.yaml b/.github/workflows/ant-build-pull-request.yaml index 4c4441449..52a050c8a 100644 --- a/.github/workflows/ant-build-pull-request.yaml +++ b/.github/workflows/ant-build-pull-request.yaml @@ -8,10 +8,10 @@ jobs: if: github.repository == 'yacy/yacy_search_server' steps: - uses: actions/checkout@master - - 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: Build with ant run: ant clean all dist |
