mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Migrate project back to Java 17.
This commit is contained in:
parent
54ae19d142
commit
e77e5a96d7
8 changed files with 16 additions and 16 deletions
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
|
@ -17,16 +17,16 @@ jobs:
|
|||
dockerfile: ./Dockerfile.openj9.ci
|
||||
- image: 1337kavin/piped:latest,1337kavin/piped:hotspot
|
||||
dockerfile: ./Dockerfile.ci
|
||||
# - image: 1337kavin/piped:graalvm-jvm
|
||||
# dockerfile: ./Dockerfile.graalvm-jvm.ci
|
||||
- image: 1337kavin/piped:graalvm-jvm
|
||||
dockerfile: ./Dockerfile.graalvm-jvm.ci
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue