1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-09 18:34:06 +02:00

Use java 21 for TeamCity tests

This commit is contained in:
Alex Plate 2025-02-28 20:10:13 +02:00
parent 830a708489
commit 8214202d43
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -43,7 +43,7 @@ open class TestingBuildType(
tasks = "clean test"
buildFile = ""
enableStacktrace = true
jdkHome = "/usr/lib/jvm/java-17-amazon-corretto"
jdkHome = "/usr/lib/jvm/java-21-amazon-corretto"
}
}