mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
samples: fix classpath so that it's possible to run TeaVM out-of-process
This commit is contained in:
parent
f3bf9d812f
commit
607e107e70
@ -57,6 +57,7 @@ kotlin {
|
||||
|
||||
tasks.withType<TeaVMTask> {
|
||||
classpath.from(kotlin.jvm().compilations["main"].output.classesDirs)
|
||||
classpath.from(kotlin.jvm().compilations["main"].runtimeDependencyFiles)
|
||||
}
|
||||
|
||||
tasks.war {
|
||||
|
Loading…
Reference in New Issue
Block a user