File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 86
86
runs-on : [ ubuntu-latest ]
87
87
- provider : gitlab
88
88
major-version : 8
89
- runs-on : [ self-hosted, active ]
89
+ runs-on : [ ubuntu-latest ]
90
90
- provider : digitalocean
91
91
major-version : 4
92
92
runs-on : [ ubuntu-latest ]
@@ -144,7 +144,7 @@ jobs:
144
144
-Psigning.key.password="${{ secrets.GPG_KEY_PASSWORD }}" \
145
145
-Psonatype.username="${{ secrets.SONATYPE_USERNAME }}" \
146
146
-Psonatype.password="${{ secrets.SONATYPE_PASSWORD }}" \
147
- -Dorg.gradle.jvmargs=-Xmx50g \
147
+ -Dorg.gradle.jvmargs=" -Xmx50g -Xss2048k" \
148
148
-Dorg.gradle.workers.max=1 \
149
149
-Dorg.gradle.daemon=false \
150
150
-Pkotlin.compiler.execution.strategy=in-process \
Original file line number Diff line number Diff line change 79
79
runs-on : [ ubuntu-latest ]
80
80
- provider : gitlab
81
81
major-version : 8
82
- runs-on : [ self-hosted, active ]
82
+ runs-on : [ ubuntu-latest ]
83
83
- provider : digitalocean
84
84
major-version : 4
85
85
runs-on : [ ubuntu-latest ]
@@ -121,7 +121,7 @@ jobs:
121
121
id : publish-to-maven-local
122
122
run : |
123
123
./gradlew publishPulumi${{ matrix.provider }}${{ matrix.major-version }}PublicationToMavenLocal \
124
- -Dorg.gradle.jvmargs=-Xmx50g \
124
+ -Dorg.gradle.jvmargs=" -Xmx50g -Xss2048k" \
125
125
-Dorg.gradle.workers.max=1 \
126
126
-Dorg.gradle.daemon=false \
127
127
-Pkotlin.compiler.execution.strategy=in-process \
You can’t perform that action at this time.
0 commit comments