chore: Rename legacy adapters artifact to improve matching with FAWE (#1813)

chore: Rename adapters artifact
This commit is contained in:
Alexander Brandes 2022-06-14 23:59:53 +02:00 committed by GitHub
parent 111d604075
commit 1a3b0dc133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ plugins {
}
artifacts {
add("default", file("./src/main/resources/worldedit-adapters.jar"))
add("default", file("./src/main/resources/fastasyncworldedit-adapters.jar"))
}