Skip to content

Commit ae65316

Browse files
kpavlovdevcrocod
authored andcommitted
Update Gradle publish workflow: switch to published event, use macos-latest-xlarge, and configure JAVA_OPTS.
1 parent 1d6cb24 commit ae65316

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: macos-latest
16+
runs-on: macos-latest-xlarge
1717
environment: release
18+
env:
19+
JAVA_OPTS: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g"
1820

1921
permissions:
2022
contents: write

0 commit comments

Comments
 (0)