Skip to content

Commit

Permalink
Build with JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
li-advait authored and kahrendsen-li committed Oct 27, 2021
1 parent f0d6d4d commit d6dce06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: '11'

- name: Build
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: '11'

- name: Build
run: ./gradlew build
Expand Down

0 comments on commit d6dce06

Please sign in to comment.