File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11
11
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
12
12
SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
13
13
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
14
- GRADLE_OPTS : " -Xmx8g -Xms2g - Dfile.encoding=UTF-8"
14
+ GRADLE_OPTS : " -Dfile.encoding=UTF-8"
15
15
16
16
jobs :
17
17
test-and-publish-release :
@@ -51,13 +51,12 @@ jobs:
51
51
--warning-mode all
52
52
-x test
53
53
--build-cache
54
- -Porg.gradle.jvmargs="-- XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8"
54
+ -Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
55
55
env :
56
56
SIMBOT_IS_SNAPSHOT : false
57
57
SIMBOT_RELEASES_ONLY : true
58
58
SIMBOT_SNAPSHOT_ONLY : false
59
59
60
-
61
60
publish-snapshot :
62
61
name : Publish snapshot
63
62
strategy :
@@ -84,14 +83,13 @@ jobs:
84
83
with :
85
84
gradle-version : 7.6
86
85
arguments : |
87
- createChangelog
88
86
publishToSonatype
89
87
closeAndReleaseStagingRepository
90
88
--info
91
89
--warning-mode all
92
90
-x test
93
91
--build-cache
94
- -Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8"
92
+ -Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
95
93
96
94
env :
97
95
SIMBOT_IS_SNAPSHOT : true
@@ -124,14 +122,12 @@ jobs:
124
122
with :
125
123
gradle-version : 7.6
126
124
arguments : |
127
- clean
128
- build
129
125
dokkaHtmlMultiModuleAndPost
130
126
--info
131
127
--warning-mode all
132
128
-x test
133
129
--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"
135
131
-Porg.gradle.daemon=false
136
132
env :
137
133
SIMBOT_IS_SNAPSHOT : false
Original file line number Diff line number Diff line change 19
19
SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
20
20
SIMBOT_IS_SNAPSHOT : true
21
21
SIMBOT_SNAPSHOT_ONLY : true
22
- GRADLE_OPTS : " -Xmx8g -Xms2g - Dfile.encoding=UTF-8"
22
+ GRADLE_OPTS : " -Dfile.encoding=UTF-8"
23
23
24
24
jobs :
25
25
publish-snapshot :
58
58
--warning-mode all
59
59
-x test
60
60
--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"
62
62
-Porg.gradle.daemon=false
63
63
64
64
You can’t perform that action at this time.
0 commit comments