Skip to content

Commit 2b53e53

Browse files
committed
release: v0.2.5
1 parent c2f43a9 commit 2b53e53

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
RELEASE: true
1616
CI: true
1717
IS_CI: true
18-
GRADLE_OPTS: "-Xmx8G -XX:MaxPermSize=2G -Dfile.encoding=UTF-8"
18+
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
1919

2020
jobs:
2121
test-build-publish:
@@ -44,16 +44,15 @@ jobs:
4444
gradle-version: 7.6
4545
arguments: |
4646
assemble
47-
allTests
4847
build
48+
allTests
4949
publishToSonatype
5050
closeAndReleaseStagingRepository
5151
--info
5252
--warning-mode all
5353
-x test
5454
--build-cache
5555
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
56-
-Porg.gradle.workers.max=8
5756
5857
5958
publish-gradle-plugin:
@@ -85,7 +84,6 @@ jobs:
8584
-x test
8685
--build-cache
8786
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
88-
-Porg.gradle.workers.max=8
8987
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
9088
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
9189

0 commit comments

Comments
 (0)