aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle')
-rw-r--r--buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle
new file mode 100644
index 0000000..24ddad6
--- /dev/null
+++ b/buildSrc/src/main/groovy/org.onap.portal.history.java-library-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.portal.history.java-common-conventions'
+
+ // Apply the java-library plugin for API and implementation separation.
+ id 'java-library'
+}