Skip to content

Commit 25425a9

Browse files
authored
Update build.gradle
1 parent 28cd573 commit 25425a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.3.0'
4-
id 'io.spring.dependency-management' version '1.1.5'
54
// id 'org.graalvm.buildtools.native' version '0.9.28'
65
}
76

7+
apply plugin: 'io.spring.dependency-management'
8+
89
group = 'com.example'
910
version = '0.0.1-SNAPSHOT'
1011

0 commit comments

Comments
 (0)