We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce553e4 commit 370a1a8Copy full SHA for 370a1a8
complete/build.gradle
@@ -1,10 +1,9 @@
1
plugins {
2
id 'org.springframework.boot' version '3.5.8'
3
+ id 'io.spring.dependency-management' version '1.1.7'
4
id 'java'
5
}
6
-apply plugin: 'io.spring.dependency-management'
7
-
8
group = 'com.example'
9
version = '0.0.1-SNAPSHOT'
10
sourceCompatibility = '17'
initial/build.gradle
0 commit comments