Skip to content

Commit

Permalink
Drop support for 1.17.1 and prior (#4376)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 17, 2024
1 parent b32137a commit 022e0fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -30,14 +30,7 @@ body:
- '1.20.4'
- '1.20'
- '1.19.4'
- '1.19.3'
- '1.19.2'
- '1.19.1'
- '1.19'
- '1.18.2'
- '1.18.1'
- '1.17.1'
- '1.16.5'
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -225,7 +225,7 @@ tasks.getByName<Jar>("jar") {
enabled = false
}

val supportedVersions = listOf("1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.4")
val supportedVersions = listOf("1.18.2", "1.19.4", "1.20.1", "1.20.4")
tasks {
register("cacheLatestFaweArtifact") {
val lastSuccessfulBuildUrl = uri("https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/api/json").toURL()
Expand Down

0 comments on commit 022e0fc

Please sign in to comment.