8 lines
161 B
Groovy
8 lines
161 B
Groovy
|
plugins {
|
||
|
id 'java-library'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':logging-api')
|
||
|
implementation fileTree(dir: '../lib', include: 'annotations.jar')
|
||
|
}
|