1
0
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:
Alex Plate 2025-03-07 10:05:39 +02:00
parent 9ba0f5f47a
commit f17345e1ac
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -42,6 +42,7 @@ class GithubBuildType(command: String, desc: String) : IdeaVimBuildType({
tasks = command
buildFile = ""
enableStacktrace = true
jdkHome = "/usr/lib/jvm/java-21-amazon-corretto"
}
}