Skip to content

Commit

Permalink
Revert "remove plugin verifier option"
Browse files Browse the repository at this point in the history
This reverts commit 9ac0a5d.
  • Loading branch information
koxudaxi committed Jul 27, 2022
1 parent 9ac0a5d commit 16df04b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ tasks {
wrapper {
gradleVersion = properties("gradleVersion")
}

runPluginVerifier {
ideVersions.add("PCC-222.3345.99")
}
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
Expand Down

0 comments on commit 16df04b

Please sign in to comment.