Skip to content

Commit

Permalink
fix(release): upgrade to jdk11
Browse files Browse the repository at this point in the history
BREAKING CHANGE: the template now supports jdk11 and upwards
  • Loading branch information
Silthus authored Nov 17, 2020
1 parent d2468bf commit 120683e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
runs-on: ubuntu-18.04

steps:
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11

- name: Set up Node.js v12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 120683e

Please sign in to comment.