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:
114114 - name : Install Hatch
115115 uses : pypa/hatch@install
116116
117- - name : Gradle Wrapper Validation
118- uses : gradle/actions/wrapper-validation@v4
119-
120117 - name : Setup Java
121118 uses : actions/setup-java@v4
122119 with :
@@ -125,6 +122,8 @@ jobs:
125122
126123 - name : Setup Gradle
127124 uses : gradle/actions/setup-gradle@v4
125+ with :
126+ cache-cleanup : always
128127
129128 - run : hatch run lint:style
130129 if : always()
@@ -136,8 +135,7 @@ jobs:
136135 continue-on-error : true
137136 run : |
138137 cd intellij-client
139- ./gradlew clean buildPlugin
140- ./gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
138+ gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
141139 REPORTS=$(cat ${{ github.workspace }}/intellij-client/build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
142140 echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
143141
@@ -177,9 +175,6 @@ jobs:
177175 cache : " npm"
178176 cache-dependency-path : package-lock.json
179177
180- - name : Gradle Wrapper Validation
181- uses : gradle/actions/wrapper-validation@v4
182-
183178 - name : Setup Java
184179 uses : actions/setup-java@v4
185180 with :
You can’t perform that action at this time.
0 commit comments