We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f15f0 commit eebd4aaCopy full SHA for eebd4aa
2 files changed
.github/workflows/gradle-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: chmod +x ./gradlew
47
48
- name: Build with Gradle
49
- run: ./gradlew build
+ run: ./gradlew bootBuildImage
50
51
- name: Build Docker image # repo 이름이 소문자여야됨.
52
run: |
build.gradle
@@ -2,8 +2,10 @@ plugins {
2
id 'java'
3
id 'org.springframework.boot' version '3.3.4'
4
id 'io.spring.dependency-management' version '1.1.6'
5
+ id 'org.graalvm.buildtools.native' version '0.10.6'
6
}
7
8
+
9
group = 'com.example'
10
version = '0.0.1-SNAPSHOT'
11
0 commit comments