Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Java 11 to build matrix
Browse files Browse the repository at this point in the history
osipxd committed Nov 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c22826a commit 2856168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/src/subprojects/build/ProjectBuild.kt
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ val javaLTS = java21

val osJdks = listOf(
OSJDKEntry(linux, java8), // Minimal supported version
OSJDKEntry(linux, java11), // Minimal supported version for Jakarta modules
OSJDKEntry(linux, java17), // Version used to build Android projects
OSJDKEntry(linux, javaLTS), // Latest LTS
)

0 comments on commit 2856168

Please sign in to comment.