aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 13:42:39 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 13:42:39 +0200
commit717018f3d1d8ef2a6f9b7e45be57a75eb7ea7050 (patch)
tree62d998e3133e305fe957d24f1e5ac60b4c10a677 /buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
parenta3e692a4e0309342f8c8f60ce8fdeb0d2f14ab5c (diff)
Adjust history package name to use org.onap.portalng instead of org.onap.portal
Issue-ID: PORTALNG-92 Change-Id: I67f5a75834960ace8cb5ee6846c6741dc69fde2f Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle')
-rw-r--r--buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
new file mode 100644
index 0000000..59fbf68
--- /dev/null
+++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle
@@ -0,0 +1,11 @@
+/*
+ * This file was generated by the Gradle 'init' task.
+ */
+
+plugins {
+ // Apply the common convention plugin for shared build configuration between library and application projects.
+ id 'org.onap.portalng.history.java-common-conventions'
+
+ // Apply the application plugin to add support for building a CLI application in Java.
+ id 'application'
+}