We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5a7c0 commit 4cadcc5Copy full SHA for 4cadcc5
LavalinkServer/build.gradle
@@ -22,15 +22,6 @@ def versionVal = version
22
23
bootJar {
24
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
34
}
35
36
sourceCompatibility = targetCompatibility = 11
0 commit comments