aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:01:39 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-16 08:20:05 +0000
commit473792061d40a0027b57d65a97f3da06e4b8c7bd (patch)
tree0a22c16eb86f080e0ad7d19f6d8c2b045f37f54f /build.gradle
parentf4b789cd3d86eb96a1e012910a3e7111fd4fdfed (diff)
Consistently use the bff name in the bff code base
- rename package name from org.onap.portal.bff to org.onap.portalng.bff - replace all other occurences of portal-bff with bff Other: - remove Sonarqube plugin Issue-ID: PORTALNG-40 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I50548630212e46a0ab84c88ff5fef743dafe9d38
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 388d92a..7a01578 100755
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,6 @@ buildscript {
redocVersion = '2.0.0-rc.65'
spotlessVersion = '6.10.0'
spotbugsVersion = '5.0.10'
- sonarqubeVersion = '3.4.0.2513'
problemVersion = '0.27.1'
problemSpringVersion = '0.27.0'
logstashLogbackVersion = '7.2'
@@ -32,7 +31,6 @@ buildscript {
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:$spotbugsVersion"
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath "org.openapitools:openapi-generator-gradle-plugin:$openapiVersion"
- classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:$sonarqubeVersion"
classpath "com.gorylenko.gradle-git-properties:gradle-git-properties:$gorylenkoVersion"
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:$licenseVersion"
classpath "gradle.plugin.com.github.johnrengelman:shadow:$shadowVersion"