mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-25 20:58:34 +01:00
clean up the pipeline script a bit
This commit is contained in:
parent
ce17b3fe74
commit
426ef540fc
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ steps:
|
|||
inputs:
|
||||
workingDirectory: ''
|
||||
gradleWrapperFile: 'gradlew'
|
||||
options: '--no-daemon'
|
||||
gradleOptions: '-Xmx3072m -Dsun.zip.disableMemoryMapping="true"'
|
||||
options: '--no-daemon --build-cache'
|
||||
gradleOptions: '-Xmx3072m'
|
||||
javaHomeOption: 'JDKVersion'
|
||||
jdkVersionOption: '1.8'
|
||||
jdkArchitectureOption: 'x64'
|
||||
|
|
Loading…
Reference in a new issue