1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-11 03:34:04 +02:00

Update plugin verifier

This commit is contained in:
张志豪 2021-02-12 10:01:49 +00:00
parent 4b784f5f84
commit f72dcab490
2 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,7 @@ jobs:
- run:
name: Run pluginVerifier for compatibility check
command: echo 'skipped run ./gradlew runPluginVerifier'
command: ./gradlew runPluginVerifier
when: always
- type: shell

View File

@ -1,3 +1,5 @@
import static org.jetbrains.intellij.tasks.RunPluginVerifierTask.FailureLevel.*
buildscript {
repositories {
mavenLocal()
@ -112,6 +114,7 @@ targetCompatibility = javaVersion
freeCompilerArgs = ["-Xskip-runtime-version-check", "-Xjsr305=strict"]
}
// runPluginVerifier {
// ideVersions = ["IC-2020.2.1"]
// }
runPluginVerifier {
ideVersions = ["PCP-2020.2", "WS-2020.3", "IIC-2021.1"]
failureLevel = COMPATIBILITY_PROBLEMS
}