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 /snap | |
| 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 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6acc25e27..db69982c4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -45,7 +45,7 @@ parts: - dist source: https://github.com/yacy/yacy_search_server.git build-packages: - - openjdk-8-jdk + - openjdk-17-jdk override-build: | snapcraftctl build - tar -xzf RELEASE/yacy*.tar.gz -C "$SNAPCRAFT_PART_INSTALL/"
\ No newline at end of file + tar -xzf RELEASE/yacy*.tar.gz -C "$SNAPCRAFT_PART_INSTALL/" |
