18 lines
392 B
Kotlin
18 lines
392 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 java-library plugin for API and implementation separation.
|
|
`java-library`
|
|
}
|
|
|
|
java {
|
|
withJavadocJar()
|
|
withSourcesJar()
|
|
}
|