Set java user home to scm home

This commit is contained in:
Sebastian Sdorra
2021-01-14 10:10:39 +01:00
committed by René Pfeuffer
parent e9410c6c3f
commit 8964b6ff23

View File

@@ -109,6 +109,7 @@ class RunTask extends DefaultTask {
args(new File(project.buildDir, 'server/config.json').toString())
environment 'NODE_ENV', 'development'
classpath project.buildscript.configurations.classpath
systemProperties = ["user.home": extension.getHome()]
if (debugJvm) {
debug = true
debugOptions {