13 lines
356 B
Kotlin
13 lines
356 B
Kotlin
/*
|
|
* 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("com.opitzconsulting.demo.ci.java-common-conventions")
|
|
|
|
// Apply the application plugin to add support for building a CLI application in Java.
|
|
application
|
|
}
|