Format Gradle build script.

This commit is contained in:
John Blum
2021-05-20 14:17:50 -07:00
parent 5165a725cd
commit 931885a048

View File

@@ -1,14 +1,14 @@
buildscript {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-snapshot' }
}
dependencies {
// Cannot upgrade to Spring Build Conventions Gradle Plugin after 0.0.35.RELEASE since the Gradle build
// can no longer resolve VMware Tanzu (Pivotal) GemFire bits.
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-snapshot' }
}
}
apply plugin: 'io.spring.convention.root'