Skip to content

Commit eebd4aa

Browse files
committed
chore: AOT Compiler 적용(GraalVM)
1 parent 44f15f0 commit eebd4aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: chmod +x ./gradlew
4747

4848
- name: Build with Gradle
49-
run: ./gradlew build
49+
run: ./gradlew bootBuildImage
5050

5151
- name: Build Docker image # repo 이름이 소문자여야됨.
5252
run: |

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.3.4'
44
id 'io.spring.dependency-management' version '1.1.6'
5+
id 'org.graalvm.buildtools.native' version '0.10.6'
56
}
67

8+
79
group = 'com.example'
810
version = '0.0.1-SNAPSHOT'
911

0 commit comments

Comments
 (0)