File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ jobs:
114
114
- name : Install Hatch
115
115
uses : pypa/hatch@install
116
116
117
- - name : Gradle Wrapper Validation
118
- uses : gradle/actions/wrapper-validation@v4
119
-
120
117
- name : Setup Java
121
118
uses : actions/setup-java@v4
122
119
with :
@@ -125,6 +122,8 @@ jobs:
125
122
126
123
- name : Setup Gradle
127
124
uses : gradle/actions/setup-gradle@v4
125
+ with :
126
+ cache-cleanup : always
128
127
129
128
- run : hatch run lint:style
130
129
if : always()
@@ -136,8 +135,7 @@ jobs:
136
135
continue-on-error : true
137
136
run : |
138
137
cd intellij-client
139
- ./gradlew clean buildPlugin
140
- ./gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
138
+ gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
141
139
REPORTS=$(cat ${{ github.workspace }}/intellij-client/build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
142
140
echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
143
141
@@ -177,9 +175,6 @@ jobs:
177
175
cache : " npm"
178
176
cache-dependency-path : package-lock.json
179
177
180
- - name : Gradle Wrapper Validation
181
- uses : gradle/actions/wrapper-validation@v4
182
-
183
178
- name : Setup Java
184
179
uses : actions/setup-java@v4
185
180
with :
You can’t perform that action at this time.
0 commit comments