Skip to content

Commit

Permalink
ci: build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Oct 18, 2021
1 parent ee8cfb6 commit ab52929
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 15
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Build with Gradle
uses: paambaati/codeclimate-action@v2.7.5
with:
Expand All @@ -38,11 +38,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 15
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Set up NodeJS 12
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit ab52929

Please sign in to comment.