Skip to content

Commit

Permalink
build(plugin): use tasks.register() for copyToServer
Browse files Browse the repository at this point in the history
  • Loading branch information
iGabyTM committed Mar 30, 2023
1 parent 6fee658 commit 842b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ shadowJar {
].each { relocate(it.key, project.group + '.arcanevouchers.libs.' + it.value) }
}

task copyToServer(type: Copy) {
tasks.register('copyToServer', Copy) {
if (testServerVersion == '') {
from shadowJar
into '../server/plugins'
Expand Down

0 comments on commit 842b21b

Please sign in to comment.