Skip to content

Commit

Permalink
mark fawe as required
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Apr 30, 2024
1 parent 6ad67f0 commit 4ec198a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "net.thenextlvl.protect"
version = "2.0.7"
version = "2.0.8"

java {
withSourcesJar()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
paperVersion=1.20.4
paperVersion=1.20.4,1.20.5
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ hangarPublish { // docs - https://docs.papermc.io/misc/hangar-publishing
.map { it.trim() }
platformVersions.set(versions)
dependencies {
url("WorldEdit", "https://ci.athion.net/job/FastAsyncWorldEdit/") {
required.set(false)
url("FastAsyncWorldEdit", "https://hangar.papermc.io/IntellectualSites/FastAsyncWorldEdit") {
required.set(true)
}
}
}
Expand Down

0 comments on commit 4ec198a

Please sign in to comment.