mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-06 21:34:02 +02:00
Use java 21 for Pull Requests verification
This commit is contained in:
parent
9ba0f5f47a
commit
f17345e1ac
1
.teamcity/_Self/subprojects/GitHub.kt
vendored
1
.teamcity/_Self/subprojects/GitHub.kt
vendored
@ -42,6 +42,7 @@ class GithubBuildType(command: String, desc: String) : IdeaVimBuildType({
|
||||
tasks = command
|
||||
buildFile = ""
|
||||
enableStacktrace = true
|
||||
jdkHome = "/usr/lib/jvm/java-21-amazon-corretto"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user