Skip to content

Commit

Permalink
Merge pull request #153 from rayokota/upgrade-java-11
Browse files Browse the repository at this point in the history
Upgrade to Java 11
  • Loading branch information
rayokota authored Dec 3, 2021
2 parents 6220a5e + ed33c8c commit 70c16f6
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 70c16f6

Please sign in to comment.