aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 54f80b2..2f2dfae 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@
* This file was generated by the Gradle 'init' task.
*/
plugins {
- id 'org.onap.portal.history.java-application-conventions'
+ id 'org.onap.portalng.history.java-application-conventions'
id 'io.spring.dependency-management'
id 'org.springframework.boot'
id 'jacoco'
@@ -78,7 +78,7 @@ jacocoTestReport {
application {
// Define the main class for the application.
- mainClass = 'org.onap.portal.history.HistoryApplication'
+ mainClass = 'org.onap.portalng.history.HistoryApplication'
}
sourceCompatibility = '17'