mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-08 16:42:10 +01:00
Set java user home to scm home
This commit is contained in:
committed by
René Pfeuffer
parent
e9410c6c3f
commit
8964b6ff23
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user