Migrate project back to Java 17.

This commit is contained in:
Kavin 2023-04-27 13:05:05 +01:00
parent 54ae19d142
commit e77e5a96d7
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
8 changed files with 16 additions and 16 deletions

View file

@ -21,16 +21,16 @@ jobs:
dockerfile:
- Dockerfile.ci
- Dockerfile.openj9.ci
# - Dockerfile.graalvm-jvm.ci
- Dockerfile.graalvm-jvm.ci
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Create Version File
run: echo $(git log -1 --date=short --pretty=format:%cd)-$(git rev-parse --short HEAD) > VERSION
- name: set up JDK 19
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 19
java-version: 17
distribution: temurin
cache: "gradle"
- name: Run Build