Deprecate support for 1.16.5 (#2338)

This commit is contained in:
Alexander Brandes
2023-07-07 18:38:10 +02:00
committed by GitHub
parent d78092b4ca
commit 90587e56fc
4 changed files with 10 additions and 2 deletions

View File

@ -83,7 +83,7 @@ allprojects {
}
applyCommonConfiguration()
val supportedVersions = listOf("1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1")
val supportedVersions = listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1")
tasks {
supportedVersions.forEach {