Skip to content

Commit

Permalink
This should fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Aug 13, 2024
1 parent e820c86 commit 4e3acf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/framework/GradleImportTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract class BaseGradleImportTest : ExternalSystemImportingTestCase() {
super.setUp()

runWriteTask {
val envNames = setOf("JDK_21_0", "JDK_21", "JDK21", "JAVA_HOME_21_x64")
val envNames = setOf("JDK_21_0", "JDK_21", "JDK21", "JAVA_HOME_21_X64")
val jdkHome = envNames.firstNotNullOfOrNull(System::getenv)
assertNotNull("Could not find JDK 21 home", jdkHome)

Expand Down

0 comments on commit 4e3acf2

Please sign in to comment.