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:
parent
830a708489
commit
8214202d43
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user