Removed most of deprecations; fixes gh-1570

This commit is contained in:
Marcin Grzejszczak
2020-11-26 12:58:36 +01:00
parent 1deb643be5
commit d8f6e17af5
49 changed files with 32 additions and 2906 deletions

View File

@@ -5,9 +5,6 @@ buildscript {
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven { url "https://repo.spring.io/plugins-release-local" }
maven { url "https://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${findProperty('bootVersion') ?: bootVersion}"