Skip to content

Commit

Permalink
Do not fix plugin verifier version (#1982)
Browse files Browse the repository at this point in the history
The issues fixed temporary by
#1959 are now resolved by
the newest version of the verifier.

## Test plan
1. Green CI
  • Loading branch information
mkondratek authored Aug 7, 2024
1 parent 33e7bc1 commit 99f5abe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
plugin-location: '*.zip'
verifier-version: '1.371'
ide-versions: |
ideaIC:2021.1
ideaIC:2024.1
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ tasks {
runPluginVerifier {
ideVersions.set(versionsToValidate)
failureLevel.set(EnumSet.complementOf(skippedFailureLevels))
verifierVersion.set("1.371")
}

// Configure UI tests plugin
Expand Down

0 comments on commit 99f5abe

Please sign in to comment.