Skip to content

Commit

Permalink
👷[Ci]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Mar 27, 2024
1 parent b841d7f commit d6c863c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

# Spring Boot 어플리케이션 Build (1)
- name: Spring Boot Build
run: ./gradlew clean build -x test
run: ./gradlew clean build -x test --warning-mode=all --stacktrace


# Docker 이미지 Build (2)
- name: docker image build
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

group = 'com'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'
//sourceCompatibility = '17'

//
//java {
// sourceCompatibility = '17'
//}

java {
sourceCompatibility = '17'
}

configurations {
compileOnly {
Expand Down

0 comments on commit d6c863c

Please sign in to comment.