7 lines
94 B
Groovy
7 lines
94 B
Groovy
plugins {
|
|
id 'java-library'
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation('junit:junit:4.13.1')
|
|
}
|