Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 60cffb2

Browse files
committed
add 17 to lts list
1 parent af34b41 commit 60cffb2

File tree

1 file changed

+1
-1
lines changed
  • adoptopenjdk-models-parent/adoptopenjdk-api-v3-models/src/main/kotlin/net/adoptopenjdk/api/v3/models

1 file changed

+1
-1
lines changed

adoptopenjdk-models-parent/adoptopenjdk-api-v3-models/src/main/kotlin/net/adoptopenjdk/api/v3/models/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Versions {
77

88
private val latestJavaVersion: Int
99
val versions: Array<Int>
10-
val ltsVersions: Array<Int> = arrayOf(8, 11)
10+
val ltsVersions: Array<Int> = arrayOf(8, 11, 17)
1111

1212
init {
1313
latestJavaVersion = Integer.parseInt(System.getProperty(LATEST_JAVA_VERSION_PROPERTY, DEFAULT_LATEST_JAVA_VERSION.toString()))

0 commit comments

Comments
 (0)