Skip to content

Commit

Permalink
Drop support for 1.17.1 (#2627)
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 f60539f commit 0db8154
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 8,547 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -31,7 +31,6 @@ body:
- '1.20'
- '1.19.4'
- '1.18.2'
- '1.17.1'
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -2,7 +2,7 @@ rootProject.name = "FastAsyncWorldEdit"

include("worldedit-libs")

listOf("1_17_1", "1_18_2", "1_19_4", "1_20", "1_20_2", "1_20_4").forEach {
listOf("1_18_2", "1_19_4", "1_20", "1_20_2", "1_20_4").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down
27 changes: 0 additions & 27 deletions worldedit-bukkit/adapters/adapter-1_17_1/build.gradle.kts

This file was deleted.

0 comments on commit 0db8154

Please sign in to comment.