Skip to content

Commit

Permalink
chore: gradle 설정파일 추가 (#1195)
Browse files Browse the repository at this point in the history
* chore: gradle.properties 설정

* chore: 주석 영어로 변경

---------

Co-authored-by: HyeonsuLee <[email protected]>
  • Loading branch information
20HyeonsuLee and HyeonsuLee authored Jan 24, 2025
1 parent 8eaaff7 commit 718f74f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
26 changes: 0 additions & 26 deletions appspec.yml

This file was deleted.

8 changes: 8 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# JVM heap memory 4GB
org.gradle.jvmargs=-Xmx4g

# parallel build
org.gradle.parallel=true

# Use Gradle
org.gradle.daemon=true

0 comments on commit 718f74f

Please sign in to comment.