Skip to content

Commit

Permalink
Do not fix plugin verifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Aug 6, 2024
1 parent 8c50dfd commit c272b9e
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 @@ -519,7 +519,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 c272b9e

Please sign in to comment.