mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-23 02:33:30 +00:00
Update to spring-build-conventions 0.0.2.BUILD-SNAPSHOT
This commit is contained in:
parent
eb6bd9bea9
commit
32751a2ce7
@ -1,10 +1,10 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'io.spring.gradle:spring-build-conventions:0.0.1.RELEASE'
|
classpath 'io.spring.gradle:spring-build-conventions:0.0.2.BUILD-SNAPSHOT'
|
||||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'https://repo.spring.io/plugins-release' }
|
maven { url 'https://repo.spring.io/plugins-snapshot' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
apply plugin: 'io.spring.convention.root'
|
apply plugin: 'io.spring.convention.root'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user