File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : Update version in gradle.properties
7272 run : |
73- ./gradlew updateVersion -PnewVersion=${{ needs.validate-version.outputs.version }}
73+ ./gradlew updateVersion -PnewVersion=${{ needs.validate-version.outputs.version }} --no-configuration-cache
7474
7575 - name : Build plugin
7676 run : ./gradlew buildPlugin
@@ -181,8 +181,8 @@ jobs:
181181
182182 - name : Update version in gradle.properties
183183 run : |
184- ./gradlew updateVersion -PnewVersion=${{ needs.validate-version.outputs.version }}
185-
184+ ./gradlew updateVersion -PnewVersion=${{ needs.validate-version.outputs.version }} --no-configuration-cache
185+
186186 - name : Sign and publish plugin to JetBrains Marketplace
187187 run : ./gradlew signPlugin publishPlugin
188188 env :
You can’t perform that action at this time.
0 commit comments