Drop support for 1.17.1 (#2627)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
committed by
GitHub
parent
f60539f41d
commit
0db8154546
@ -83,7 +83,7 @@ allprojects {
|
||||
}
|
||||
|
||||
applyCommonConfiguration()
|
||||
val supportedVersions = listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.4")
|
||||
val supportedVersions = listOf("1.18.2", "1.19.4", "1.20", "1.20.4")
|
||||
|
||||
tasks {
|
||||
supportedVersions.forEach {
|
||||
|
||||
Reference in New Issue
Block a user