Files
spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle
Andy Wilkinson ce99db1902 Port the build to Gradle
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00

17 lines
469 B
Groovy

plugins {
id 'java-library'
id 'maven-publish'
id 'org.springframework.boot.conventions'
}
description = 'Spring Boot Configuration Metadata'
dependencies {
implementation enforcedPlatform(project(path: ":spring-boot-project:spring-boot-parent"))
implementation "com.vaadin.external.google:android-json"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.assertj:assertj-core"
testImplementation "org.springframework:spring-core"
}