Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 authored Jul 10, 2023
1 parent f81fb8c commit 844d853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
testImplementation 'org.springframework.batch:spring-batch-test'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

implementation 'org.springframework.boot:spring-boot-starter-actuator'
// S3Bucket
implementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.282'
implementation 'com.amazonaws:aws-java-sdk-s3:1.11.1000'
Expand Down Expand Up @@ -76,4 +76,4 @@ sourceSets {
// gradle clean 시에 QClass 디렉토리 삭제
clean {
delete file(generated)
}
}

0 comments on commit 844d853

Please sign in to comment.