File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 21
21
java-version : ' 11'
22
22
distribution : ' temurin'
23
23
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
24
28
- name : build test and publish
25
29
run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
26
30
env :
Original file line number Diff line number Diff line change 21
21
java-version : ' 11'
22
22
distribution : ' temurin'
23
23
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
24
28
- name : build and test
25
29
run : ./gradlew assemble && ./gradlew check --info --stacktrace
26
30
env :
Original file line number Diff line number Diff line change 25
25
java-version : ' 11'
26
26
distribution : ' temurin'
27
27
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
28
32
- name : build test and publish
29
33
run : ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
30
34
env :
You can’t perform that action at this time.
0 commit comments