Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Build Actions w/ Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTechnica committed Feb 3, 2022
1 parent b143db2 commit 7415008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '16'
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v2
with:
java-version: 16
java-version: 17
distribution: 'adopt'
- name: Generate Javadoc
run: ./gradlew javadoc
Expand Down

0 comments on commit 7415008

Please sign in to comment.