-
Notifications
You must be signed in to change notification settings - Fork 273
build(252): Add 252 beta build #5914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Qodana Community for JVM23 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
Outdated
Show resolved
Hide resolved
This reverts commit ba18e4f.
|
||
import com.intellij.openapi.project.DumbService | ||
import com.intellij.openapi.project.DumbServiceImpl | ||
import com.intellij.openapi.project.runInDumbMode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason for this split was that this import was causing issues on versions < 252
@Before | ||
open fun setUp() = runTest { | ||
mockLanguageServer = mockk() | ||
VfsRootAccess.allowRootAccess(disposableRule.disposable, "/usr/bin", "/usr/local/bin", "C:/Program Files/pypy3.10-v7.3.17-win64") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar issue:
https://platform.jetbrains.com/t/intellij-platform-plugin-templates-tests-fail-when-using-2025-1/2031
need this to unblock some tests
/retryBuilds |
Types of changes
Description
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.