diff options
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle) | 2 | ||||
-rw-r--r-- | buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle) | 0 | ||||
-rw-r--r-- | buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle (renamed from buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle index be78cf2..59fbf68 100644 --- a/buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle +++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-application-conventions.gradle @@ -4,7 +4,7 @@ plugins { // Apply the common convention plugin for shared build configuration between library and application projects. - id 'org.onap.portal.history.java-common-conventions' + id 'org.onap.portalng.history.java-common-conventions' // Apply the application plugin to add support for building a CLI application in Java. id 'application' diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle index ee5af57..ee5af57 100644 --- a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle +++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-common-conventions.gradle diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle index 24ddad6..0d6eaf4 100644 --- a/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle +++ b/buildSrc/src/main/groovy/org.onap.portalng.history.java-library-conventions.gradle @@ -4,7 +4,7 @@ plugins { // Apply the common convention plugin for shared build configuration between library and application projects. - id 'org.onap.portal.history.java-common-conventions' + id 'org.onap.portalng.history.java-common-conventions' // Apply the java-library plugin for API and implementation separation. id 'java-library' |