Skip to content

Commit

Permalink
Updated github build to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzyna committed Jan 9, 2024
1 parent 0f4ea46 commit b63f70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build with Gradle
run: ./gradlew build
- name: Build javadoc with Gradle
Expand Down

0 comments on commit b63f70d

Please sign in to comment.