We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
launcher
run
1 parent e9f2dd6 commit 1d27258Copy full SHA for 1d27258
1 file changed
build.gradle.kts
@@ -40,7 +40,7 @@ tasks.register<Copy>("runServer") {
40
val launcherRepo = "https://raw.githubusercontent.com/AllayMC/AllayLauncher/refs/heads/main/scripts"
41
val cmdWin = "Invoke-Expression (Invoke-WebRequest -Uri \"${launcherRepo}/install_windows.ps1\").Content"
42
val cmdLinux = "wget -qO- ${launcherRepo}/install_linux.sh | bash"
43
- val cwd = layout.buildDirectory.file("launcher").get().asFile.apply { mkdirs() }
+ val cwd = layout.buildDirectory.file("run").get().asFile.apply { mkdirs() }
44
45
val shadowJar = tasks.named("shadowJar", ShadowJar::class).get()
46
from(shadowJar.archiveFile.get().asFile)
0 commit comments