Upgrade to snapshots of the latest Spring IO plugin
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
maven { url 'https://plugins.gradle.org/m2/' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
|
||||
classpath 'io.spring.gradle:spring-io-plugin:0.0.6.RELEASE'
|
||||
classpath 'io.spring.gradle:spring-io-plugin:0.0.8.BUILD-SNAPSHOT'
|
||||
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1'
|
||||
}
|
||||
configurations.classpath.resolutionStrategy.eachDependency {
|
||||
|
||||
Reference in New Issue
Block a user