Skip to content

Commit 8e70d4c

Browse files
authored
Update build.gradle
1 parent 2895d34 commit 8e70d4c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ buildscript {
1111
}
1212

1313
}
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+
2015
plugins {
2116
id 'org.springframework.boot' version '2.3.2.RELEASE'
2217
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
@@ -38,6 +33,8 @@ dependencies {
3833
testImplementation('org.springframework.boot:spring-boot-starter-test') {
3934
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
4035
}
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+"
4138
}
4239

4340
test {

0 commit comments

Comments
 (0)