Fix CI to use JDK17 in deployment jobs (#468)

This commit is contained in:
kuu(Fumiya Kume)
2024-05-02 01:09:36 +09:00
committed by GitHub
parent ea3e8f115b
commit c959888f0b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ command: String
job {
docker {
new { image = "cimg/openjdk:11.0" }
new { image = "cimg/openjdk:17.0" }
}
}