Skip to content

Commit

Permalink
chore(POLABO-31): 깃헙 액션 env 지정 5차
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Jun 29, 2024
1 parent e43e239 commit 0e31cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Increase Gradle memory settings
run: |
echo "org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8" >> ~/.gradle/gradle.properties
echo "kotlin.daemon.jvmargs=-Xmx2g" >> ~/.gradle/gradle.properties
echo "org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8" >> ~/.gradle/gradle.properties
echo "kotlin.daemon.jvmargs=-Xmx4g" >> ~/.gradle/gradle.properties
## gradlew 의 권한을 줍니다.
- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Increase the maximum heap size for the Kotlin daemon
kotlin.daemon.jvmargs=-Xmx2g
kotlin.daemon.jvmargs=-Xmx4g

0 comments on commit 0e31cfc

Please sign in to comment.