Fixed version for plugin verifier.

This commit is contained in:
Chris Hodges 2022-10-29 13:28:09 +02:00
parent def6fe306f
commit 130f6a106d

View File

@ -54,8 +54,8 @@ runPluginVerifier {
"CL-211.7628.27", // 2021.1
"CL-212.5712.21", // 2021.2
"CL-213.7172.20", // 2021.3.4
"CL-221.5080.224", // 2022.1
"CL-222.3345.126"] // 2022.2.4
"CL-221.5921.22", // 2022.1.3
"CL-222.4345.21"] // 2022.2.4
downloadDir = System.getProperty("user.home") + "/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/verifier"
}