Skip to content

Commit

Permalink
[ci skip] Update dependency configuration for FastAsyncWorldEdit
Browse files Browse the repository at this point in the history
Simplified the URL dependency to a Hangar shorthand in build.gradle.kts. This change improves readability and follows the recommended usage pattern for managing dependencies hosted on Hangar.
  • Loading branch information
NonSwag committed Dec 8, 2024
1 parent ecaf7d4 commit d0e02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ hangarPublish { // docs - https://docs.papermc.io/misc/hangar-publishing
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(versions)
dependencies {
url("FastAsyncWorldEdit", "https://hangar.papermc.io/IntellectualSites/FastAsyncWorldEdit") {
hangar("FastAsyncWorldEdit") {
required.set(true)
}
}
Expand Down

0 comments on commit d0e02a9

Please sign in to comment.