File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 java-version : 11
1717 distribution : ' temurin'
18- cache : ' gradle'
1918 - name : gradle caching
2019 uses : gradle/gradle-build-action@v2
20+ with :
21+ gradle-home-cache-cleanup : true
2122 - run : ./gradlew changelogPrint
Original file line number Diff line number Diff line change 2626 with :
2727 distribution : " temurin"
2828 java-version : 11
29- cache : gradle
29+ - name : gradle caching
30+ uses : gradle/gradle-build-action@v2
31+ with :
32+ gradle-home-cache-cleanup : true
3033 - name : spotlessCheck
3134 run : ./gradlew spotlessCheck --build-cache
3235 - name : assemble testClasses
6063 with :
6164 distribution : " temurin"
6265 java-version : ${{ matrix.jre }}
63- cache : gradle
66+ - name : gradle caching
67+ uses : gradle/gradle-build-action@v2
68+ with :
69+ gradle-home-cache-cleanup : true
6470 - name : build (maven-only)
6571 if : matrix.kind == 'maven'
6672 run : ./gradlew :plugin-maven:build -x spotlessCheck --build-cache
Original file line number Diff line number Diff line change 4242 with :
4343 java-version : 11
4444 distribution : ' temurin'
45- cache : ' gradle'
4645 - name : gradle caching
4746 uses : gradle/gradle-build-action@v2
47+ with :
48+ gradle-home-cache-cleanup : true
4849 - name : publish all
4950 if : " ${{ github.event.inputs.to_publish == 'all' }}"
5051 run : |
You can’t perform that action at this time.
0 commit comments