aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/org.onap.portal.history.java-library-conventions.gradle
blob: 24ddad6f531b65b606ffccfa9fe83f042156e7fb (plain)
1
2
3
4
5
6
7
8
9
10
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'
}