Change JDK version

Signed-off-by: Alpha <dev@alpha93.kr>
This commit is contained in:
Alpha
2023-12-30 18:54:48 +09:00
committed by GitHub
parent 9889ed9b5b
commit 96ef8b9e4d

View File

@@ -14,7 +14,7 @@ jobs:
release:
strategy:
matrix:
base_jdk: [21]
base_jdk: [17]
os: [ubuntu-22.04]
if: "!startsWith(github.event.commits[0].message, '[CI-Skip]')"