File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ jobs:
76
76
- uses : eskatos/gradle-command-action@v1
77
77
name : Publish targets to maven
78
78
with :
79
- arguments : publish -PapiKey=${{ secrets.SONOTYPE_TOKEN }}
79
+ arguments : publish -PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8'
80
80
if : ${{ startsWith(matrix.os, 'macos') }}
81
81
82
82
- uses : eskatos/gradle-command-action@v1
83
83
name : Publish targets to maven
84
84
with :
85
- arguments : publishMingwX64PublicationToMavenRepository -s -i -x compilePosix -PapiKey=${{ secrets.SONOTYPE_TOKEN }}
85
+ arguments : publishMingwX64PublicationToMavenRepository -s -i -x compilePosix -PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8'
86
86
if : ${{ startsWith(matrix.os, 'windows') }}
You can’t perform that action at this time.
0 commit comments