Skip to content

Commit 3931a00

Browse files
committed
release: v3.0.0-M5
1 parent b1803db commit 3931a00

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/publish-release.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
1212
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
1313
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
14-
GRADLE_OPTS: "-Xmx8g -Xms2g -Dfile.encoding=UTF-8"
14+
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
1515

1616
jobs:
1717
test-and-publish-release:
@@ -51,13 +51,12 @@ jobs:
5151
--warning-mode all
5252
-x test
5353
--build-cache
54-
-Porg.gradle.jvmargs="--XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8"
54+
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
5555
env:
5656
SIMBOT_IS_SNAPSHOT: false
5757
SIMBOT_RELEASES_ONLY: true
5858
SIMBOT_SNAPSHOT_ONLY: false
5959

60-
6160
publish-snapshot:
6261
name: Publish snapshot
6362
strategy:
@@ -84,14 +83,13 @@ jobs:
8483
with:
8584
gradle-version: 7.6
8685
arguments: |
87-
createChangelog
8886
publishToSonatype
8987
closeAndReleaseStagingRepository
9088
--info
9189
--warning-mode all
9290
-x test
9391
--build-cache
94-
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8"
92+
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
9593
9694
env:
9795
SIMBOT_IS_SNAPSHOT: true
@@ -124,14 +122,12 @@ jobs:
124122
with:
125123
gradle-version: 7.6
126124
arguments: |
127-
clean
128-
build
129125
dokkaHtmlMultiModuleAndPost
130126
--info
131127
--warning-mode all
132128
-x test
133129
--build-cache
134-
-Porg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
130+
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
135131
-Porg.gradle.daemon=false
136132
env:
137133
SIMBOT_IS_SNAPSHOT: false

.github/workflows/publish-snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2020
SIMBOT_IS_SNAPSHOT: true
2121
SIMBOT_SNAPSHOT_ONLY: true
22-
GRADLE_OPTS: "-Xmx8g -Xms2g -Dfile.encoding=UTF-8"
22+
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
2323

2424
jobs:
2525
publish-snapshot:
@@ -58,7 +58,7 @@ jobs:
5858
--warning-mode all
5959
-x test
6060
--build-cache
61-
-Porg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
61+
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
6262
-Porg.gradle.daemon=false
6363
6464

0 commit comments

Comments
 (0)