File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ repositories {
2121}
2222
2323dependencies {
24- compile localGroovy()
25- compile gradleApi()
26- compile fileTree(dir : ' target/dependencies/compile' , include : ' *.jar' )
27- testCompile gradleTestKit()
28- testCompile ' org.apache.commons:commons-compress:1.13'
29- testCompile fileTree(dir : ' target/dependencies/test' , include : ' *.jar' )
24+ implementation localGroovy()
25+ implementation gradleApi()
26+ implementation fileTree(dir : ' target/dependencies/compile' , include : ' *.jar' )
27+ testImplementation gradleTestKit()
28+ testImplementation ' org.apache.commons:commons-compress:1.13'
29+ testImplementation fileTree(dir : ' target/dependencies/test' , include : ' *.jar' )
3030}
3131
3232jar {
You can’t perform that action at this time.
0 commit comments