From 079ae934aa4b63f8e3dab9ab302d4b97038f8a6e Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 7 May 2024 14:36:26 +0200 Subject: Make openapi dependencies in bff compileOnly - make openapi deps compileOnly - adjust instructions for locally running the app Issue-ID: PORTALNG-95 Change-Id: I0be66ada6046b527b6a5b5c74546193b78535b51 Signed-off-by: Fiete Ostkamp --- openapi/client-history/build.gradle | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'openapi/client-history/build.gradle') diff --git a/openapi/client-history/build.gradle b/openapi/client-history/build.gradle index 7b734d2..ef47381 100644 --- a/openapi/client-history/build.gradle +++ b/openapi/client-history/build.gradle @@ -1,13 +1,11 @@ plugins { id 'java' id 'idea' - id 'org.springframework.boot' - id 'io.spring.dependency-management' id 'org.openapi.generator' } dependencies { - compileOnly 'org.springframework.boot:spring-boot-starter-webflux' + compileOnly "org.springframework.boot:spring-boot-starter-webflux:$springBootVersion" compileOnly "org.openapitools:openapi-generator:$openapiVersion" } @@ -52,11 +50,3 @@ idea { generatedSourceDirs += file("$buildDir/openapi/src/main/java") } } - -bootJar { - enabled = false -} - -jar { - enabled = true -} \ No newline at end of file -- cgit 1.2.3-korg