Skip to content

Commit 7f43d73

Browse files
committed
Bump minimum common Java requirement to 17
This is now the third-oldest LTS version, supporting anything older is not worth the build headache and outdated dependencies anymore.
1 parent 1d4840e commit 7f43d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/build-logic/src/main/kotlin/minimotd.base-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ version = (version as String)
1111

1212
indra {
1313
javaVersions {
14-
testWith(11, 17, 21)
15-
target(11)
14+
target(17)
1615
minimumToolchain(21)
16+
testWith(17, 21, 25)
1717
}
1818
github(Constants.GITHUB_USER, Constants.GITHUB_REPO)
1919
mitLicense()

0 commit comments

Comments
 (0)