File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1414
1515env :
1616 CI : true
17- GRADLE_OPTS : -Dkotlin.incremental.useClasspathSnapshot=false - Dorg.gradle.jvmargs="-Xmx4g -XX:+HeapDumpOnOutOfMemoryError"
17+ GRADLE_OPTS : -Dorg.gradle.jvmargs="-Xmx4g -XX:+HeapDumpOnOutOfMemoryError"
1818 TERM : dumb
1919
2020jobs :
3232 distribution : ' zulu'
3333 java-version : ' 19'
3434 - uses : gradle/gradle-build-action@v2
35+ with :
36+ gradle-home-cache-cleanup : true
3537 - name : Assemble
3638 run : ./gradlew assemble
3739
4951 distribution : ' zulu'
5052 java-version : ' 19'
5153 - uses : gradle/gradle-build-action@v2
54+ with :
55+ gradle-home-cache-cleanup : true
5256 - name : Checks
5357 run : ./gradlew test detekt validatePlugins apiCheck
5458
7478 git config --global user.name "GitHub Action"
7579 git config --global user.email "action@github.com"
7680 - uses : gradle/gradle-build-action@v2
81+ with :
82+ gradle-home-cache-cleanup : true
7783 - name : Functional tests
7884 run : ./gradlew functionalTest
7985 - name : Upload test reports
@@ -102,5 +108,7 @@ jobs:
102108 distribution : ' zulu'
103109 java-version : ' 19'
104110 - uses : gradle/gradle-build-action@v2
111+ with :
112+ gradle-home-cache-cleanup : true
105113 - name : Deploy snapshot
106114 run : ./gradlew publish
You can’t perform that action at this time.
0 commit comments