File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ buildscript {
11
11
}
12
12
13
13
}
14
- dependencies {
15
- // Check for the latest version here: http://plugins.gradle.org/plugin/com.jfrog.artifactory
16
- classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4+"
17
- }
18
-
19
-
14
+
20
15
plugins {
21
16
id ' org.springframework.boot' version ' 2.3.2.RELEASE'
22
17
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
@@ -38,6 +33,8 @@ dependencies {
38
33
testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
39
34
exclude group : ' org.junit.vintage' , module : ' junit-vintage-engine'
40
35
}
36
+ // Check for the latest version here: http://plugins.gradle.org/plugin/com.jfrog.artifactory
37
+ classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4+"
41
38
}
42
39
43
40
test {
You can’t perform that action at this time.
0 commit comments