mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 02:17:11 +00:00
1a3b0dc133
chore: Rename adapters artifact
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
plugins {
|
|
base
|
|
}
|
|
|
|
artifacts {
|
|
add("default", file("./src/main/resources/fastasyncworldedit-adapters.jar"))
|
|
}
|