Skip to content

Commit

Permalink
Switched java version to 11 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Jul 2, 2020
1 parent 83f49cf commit 9ebd1fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v1

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

- name: Build with Maven
run: mvn clean install -P with-mutual-authentication
Expand All @@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@v1

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

- name: Build with Maven
run: mvn clean install
Expand Down

0 comments on commit 9ebd1fc

Please sign in to comment.