File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
2020jobs :
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 :
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
You can’t perform that action at this time.
0 commit comments