Skip to content

Commit

Permalink
Update Java version and Gradle wrapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrepiveteau committed Apr 24, 2023
1 parent 3c76ba7 commit abe02b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/gradle-build-action@v2
- uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 19

- run: ./gradlew build check dokkaHtml

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit abe02b0

Please sign in to comment.