From 2ee4b6bc61a7556ba1d6d0154403c923bec5152a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 02:33:51 +0100 Subject: [PATCH] apparently this is where that goes haha --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf06fcfd..a4055b0a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,8 @@ steps: inputs: workingDirectory: '' gradleWrapperFile: 'gradlew' - gradleOptions: '-Xmx3072m --no-daemon' + options: '--no-daemon' + gradleOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.8' jdkArchitectureOption: 'x64'