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:
parent
4b784f5f84
commit
f72dcab490
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user