Skip to content

Commit

Permalink
[#1930] add CI task showing Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 24, 2023
1 parent 3f6d111 commit bd96864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
java-version: ${{ matrix.java-version }}
cache: gradle

- name: Show Gradle Version
run: ./gradlew --version

- name: ShowToolChains
run: ./gradlew -q javaToolchains

Expand Down

0 comments on commit bd96864

Please sign in to comment.