Skip to content

Commit e5c5f42

Browse files
committed
Setup gradle.properties file in GH Actions
1 parent c6e75a5 commit e5c5f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle_cipr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ jobs:
2525
java-version: '21'
2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew
28+
- name: Setup gradle properties
29+
run: echo "-Xms2g -Xmx3g -XX:+UseParallelGC -Dfile.encoding=UTF-8" > ./gradle.properties
2830
- name: Run cipr task
2931
run: ./gradlew cipr --continue --parallel

0 commit comments

Comments
 (0)