Skip to content

Commit a262fd9

Browse files
committed
Upgrade to dependency-management-plugin 0.6 for Gradle 3 compatibility
1 parent 0b5457e commit a262fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ dependencies {
2424

2525
compile "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
2626
compile 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
27-
compile "io.spring.gradle:dependency-management-plugin:0.5.4.RELEASE"
27+
compile "io.spring.gradle:dependency-management-plugin:0.6.0.RELEASE"
2828
compile 'com.netflix.nebula:gradle-extra-configurations-plugin:2.2.0'
2929
}

0 commit comments

Comments
 (0)