aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc/src/main/groovy/org.onap.portal.history.java-application-conventions.gradle
blob: be78cf2cd36f8afaff77074f0aab1c633856170d (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 application plugin to add support for building a CLI application in Java.
    id 'application'
}