blob: b9b34c9b5534b93ffcfaa58b3f514fe59e7e496b (
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("buildlogic.java-common-conventions")
// Apply the application plugin to add support for building a CLI application in Java.
application
}
|