Polish Gradle build scripts
Improve consistency of whitespace and quotes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot'
|
||||
id 'org.springframework.aot.smoke-test'
|
||||
id 'org.graalvm.buildtools.native'
|
||||
id "java"
|
||||
id "org.springframework.boot"
|
||||
id "org.springframework.aot.smoke-test"
|
||||
id "org.graalvm.buildtools.native"
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudVersion', "2022.0.2-SNAPSHOT")
|
||||
set("springCloudVersion", "2022.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user