Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldot authored Aug 2, 2024
1 parent f069af9 commit 376a2d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.5.4'
id 'org.springframework.boot' version '2.7.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}

Expand Down Expand Up @@ -52,3 +52,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jar {
enabled = false
}

0 comments on commit 376a2d7

Please sign in to comment.