mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 00:04:10 -08:00
samples: remove unnecessary debug code
This commit is contained in:
parent
5d237a98ae
commit
683b80b2ec
|
@ -39,16 +39,6 @@ teavm.js {
|
|||
addedToWebApp = true
|
||||
mainClass = "org.teavm.samples.hello.Client"
|
||||
sourceMap = true
|
||||
debugInformation = true
|
||||
sourceFilePolicy = SourceFilePolicy.LINK_LOCAL_FILES
|
||||
}
|
||||
|
||||
tasks.register<JavaExec>("runCli") {
|
||||
classpath(configurations["teavmCli"])
|
||||
mainClass = "org.teavm.cli.devserver.TeaVMDevServerRunner"
|
||||
args = listOf("--json-interface", "--no-watch", "-p",
|
||||
layout.buildDirectory.dir("classes/java/teavm").get().asFile.absolutePath,
|
||||
) + configurations["teavmClasslib"].flatMap { listOf("-p", it.absolutePath) } + listOf(
|
||||
"--", "org.teavm.samples.hello.Client"
|
||||
)
|
||||
println(args)
|
||||
}
|
Loading…
Reference in New Issue
Block a user