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