Skip to content

Commit a56d8c6

Browse files
committed
add run-task for 1.21.3
1 parent 7f208db commit a56d8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tasks.getByName<Jar>("jar") {
230230
enabled = false
231231
}
232232

233-
val supportedVersions = listOf("1.18.2", "1.19.4", "1.20.6", "1.21.1")
233+
val supportedVersions = listOf("1.18.2", "1.19.4", "1.20.6", "1.21.1", "1.21.3")
234234
tasks {
235235
register("cacheLatestFaweArtifact") {
236236
val lastSuccessfulBuildUrl = uri("https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/api/json").toURL()

0 commit comments

Comments
 (0)