blob: 300c062e339f9657a8ccbcb2e706fa3bbf5fc28e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* This file was generated by the Gradle 'init' task.
*/
import java.io.File
plugins {
// Apply the java-library plugin for API and implementation separation.
`java-library`
id("buildlogic.java-library-conventions")
}
|