Skip to content

Commit

Permalink
Temporally fix verifying android studio version
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ralph committed Oct 15, 2024
1 parent 6531512 commit d5769c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import org.jetbrains.changelog.Changelog
import org.jetbrains.changelog.markdownToHTML
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
import org.jetbrains.intellij.platform.gradle.TestFrameworkType

plugins {
Expand Down Expand Up @@ -103,7 +104,10 @@ intellijPlatform {

pluginVerification {
ides {
recommended()
// Only on GitHub CI, verify for 2024.2 fails because there is no java plugin. as with
// the `intellijPlatform` item, the version is temporarily fixed because it seems to be
// unstable above 2024.2 now.
ide(IntelliJPlatformType.AndroidStudio, "2024.1.2.13")
}
}

Expand Down

0 comments on commit d5769c2

Please sign in to comment.