Skip to content

Commit

Permalink
Changed Java Version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSasch authored and Nicklas2751 committed Oct 24, 2021
1 parent 33fccad commit 5a19e8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 17
java-package: jdk+fx
- name: Cache local Maven repository
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: develop
- name: Set up JDK 15
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 17
java-package: jdk+fx
- name: Cache local Maven repository
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 15
java-version: 17
java-package: jdk+fx
- name: Cache local Maven repository
uses: actions/cache@v2
Expand Down

0 comments on commit 5a19e8f

Please sign in to comment.