Add buildSrc including build conventions plugins

Closes gh-1942
This commit is contained in:
Eleftheria Stein
2021-10-29 13:30:29 +02:00
parent b6f90640a6
commit 84fab2e2a9
166 changed files with 7379 additions and 46 deletions

View File

@@ -11,6 +11,9 @@ dependencies {
optional "io.projectreactor:reactor-core"
optional "org.springframework:spring-web"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"
testCompile "org.springframework:spring-test"
testCompile "io.projectreactor:reactor-test"
testCompile "javax.servlet:javax.servlet-api"
testCompile "org.springframework:spring-web"