Rollback 1.19.4 to 1.19.3

This commit is contained in:
2023-08-19 19:43:39 +02:00
parent f0509896e0
commit 5b5fd8a229

View File

@ -83,7 +83,7 @@ allprojects {
} }
applyCommonConfiguration() applyCommonConfiguration()
val supportedVersions = listOf("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.3", "1.20", "1.20.1")
tasks { tasks {
supportedVersions.forEach { supportedVersions.forEach {