File tree Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Expand file tree Collapse file tree 4 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 3333 outputs :
3434 version : ${{ steps.properties.outputs.version }}
3535 changelog : ${{ steps.properties.outputs.changelog }}
36- pluginVerifierHomeDir : ${{ steps.properties.outputs.pluginVerifierHomeDir }}
3736 steps :
3837
3938 # Check out the current repository
6160 CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
6261
6362 echo "version=$VERSION" >> $GITHUB_OUTPUT
64- echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
65-
6663 echo "changelog<<EOF" >> $GITHUB_OUTPUT
6764 echo "$CHANGELOG" >> $GITHUB_OUTPUT
6865 echo "EOF" >> $GITHUB_OUTPUT
@@ -196,16 +193,9 @@ jobs:
196193 - name : Setup Gradle
197194 uses : gradle/actions/setup-gradle@v4
198195
199- # Cache Plugin Verifier IDEs
200- - name : Setup Plugin Verifier IDEs Cache
201- uses : actions/cache@v4
202- with :
203- path : ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
204- key : plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
205-
206196 # Run Verify Plugin task and IntelliJ Plugin Verifier tool
207197 - name : Run Plugin Verification tasks
208- run : ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}
198+ run : ./gradlew verifyPlugin
209199
210200 # Collect Plugin Verifier Result
211201 - name : Collect Plugin Verifier Result
Original file line number Diff line number Diff line change 77### Removed
88
99- Remove ` pluginUntilBuild ` obsolete property
10+ - GitHub Actions: Remove obsolete Plugin Verifier cache directory configuration
1011
1112### Changed
1213
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ rootProject.name = "IntelliJ Platform Plugin Template"
33plugins {
44 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10.0"
55}
6+ includeBuild(" /Users/hsz/Projects/JetBrains/intellij-platform-gradle-plugin" )
7+
You can’t perform that action at this time.
0 commit comments