Skip to content

Commit

Permalink
Upgrade to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Dec 3, 2021
1 parent d090b18 commit ed33c8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit ed33c8c

Please sign in to comment.