File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2121 java-version : ' 11'
2222 distribution : ' temurin'
2323 check-latest : true
24+ # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
25+ # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
26+ - name : Setup Gradle
27+ uses : gradle/actions/setup-gradle@v4
2428 - name : build test and publish
2529 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
2630 env :
Original file line number Diff line number Diff line change 2121 java-version : ' 11'
2222 distribution : ' temurin'
2323 check-latest : true
24+ # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
25+ # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
26+ - name : Setup Gradle
27+ uses : gradle/actions/setup-gradle@v4
2428 - name : build and test
2529 run : ./gradlew assemble && ./gradlew check --info --stacktrace
2630 env :
Original file line number Diff line number Diff line change 2525 java-version : ' 11'
2626 distribution : ' temurin'
2727 check-latest : true
28+ # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
29+ # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
30+ - name : Setup Gradle
31+ uses : gradle/actions/setup-gradle@v4
2832 - name : build test and publish
2933 run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
3034 env :
You can’t perform that action at this time.
0 commit comments