Skip to content

Commit

Permalink
chore: gradle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
laigasus committed Dec 7, 2024
1 parent 50c267b commit 0fb4981
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.3.6'
id 'io.spring.dependency-management' version '1.1.6'
}

group = 'org.sesac'

bootJar {
archiveFileName = 'batch-order.jar'
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit 0fb4981

Please sign in to comment.