spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle
2021-08-17 15:34:29 +01:00

16 lines
402 B
Groovy

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