mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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