chore: remove 1.18 from supportedVersions for runServer task

This commit is contained in:
Pierre Maurice Schwang 2025-02-19 22:17:04 +01:00
parent c2d9a0f778
commit c44a276765
No known key found for this signature in database
GPG Key ID: 37E613079F3E5BB9

View File

@ -230,7 +230,7 @@ tasks.getByName<Jar>("jar") {
enabled = false
}
val supportedVersions = listOf("1.18.2", "1.19.4", "1.20.6", "1.21.1", "1.21.3", "1.21.4")
val supportedVersions = listOf("1.19.4", "1.20.6", "1.21.1", "1.21.3", "1.21.4")
tasks {
register("cacheLatestFaweArtifact") {
val lastSuccessfulBuildUrl = uri("https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/api/json").toURL()