build : graphql-java-extended-scalars 의존성 추가

This commit is contained in:
banjjoknim
2022-08-03 18:13:22 +09:00
parent 7d8bcdfc82
commit cf95180522

View File

@@ -26,6 +26,7 @@ dependencies {
testImplementation("io.projectreactor:reactor-test") testImplementation("io.projectreactor:reactor-test")
implementation("com.expediagroup", "graphql-kotlin-spring-server", "6.0.0") implementation("com.expediagroup", "graphql-kotlin-spring-server", "6.0.0")
implementation("com.graphql-java:graphql-java-extended-scalars:18.1")
} }
tasks.withType<KotlinCompile> { tasks.withType<KotlinCompile> {