Skip to content

Commit 4cadcc5

Browse files
committed
Remove doLast step from bootJar configuration
Signed-off-by: Fabricio Winter <[email protected]>
1 parent 1e5a7c0 commit 4cadcc5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

LavalinkServer/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ def versionVal = version
2222

2323
bootJar {
2424
archiveFileName = "Lavalink.jar"
25-
doLast {
26-
//copies the jar into a place where the Dockerfile can find it easily (and users maybe too)
27-
copy {
28-
from("build/libs/Lavalink-Server-${versionVal}.jar")
29-
into("build/libs/")
30-
31-
rename(".*", "Lavalink.jar")
32-
}
33-
}
3425
}
3526

3627
sourceCompatibility = targetCompatibility = 11

0 commit comments

Comments
 (0)