blob: 0d6eaf41c33c4d49d8978e323448ea6d70807100 (
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.portalng.history.java-common-conventions'
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
}
|