File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3434 id : free-disk-space
35353636 with :
37- tool-cache : false
38- large-packages : false
37+ tool-cache : false
38+ android : false
39+ dotnet : false
40+ haskell : false
41+ large-packages : false
42+ docker-images : false
43+ swap-storage : false
3944
4045 - name : Cache JetBrains JDK
4146 id : cache-jdk
6469 add-job-summary-as-pr-comment : ' on-failure'
6570# # Exclude IntelliJ IDE downloads and extractions from cache (~10GB)
6671# # These are fast to re-download and would bloat the cache
67- # gradle-home-cache-excludes: |
68- # caches/modules-2/files-2.1/idea
69- # caches/*/transforms
72+ gradle-home-cache-excludes : |
73+ caches/modules-2/files-2.1/idea
74+ caches/*/transforms
7075 build-scan-publish : true
7176 build-scan-terms-of-use-url : ' https://gradle.com/terms-of-service'
7277 build-scan-terms-of-use-agree : ' yes'
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Run Plugin Verifier
119119 id : verify-plugin
120- run : ./gradlew --stacktrace verifyPlugin
120+ run : ./gradlew verifyPlugin
121121
122122 - name : Upload Verify Reports
123123 id : upload-verify-reports
You can’t perform that action at this time.
0 commit comments