mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-01-11 22:41:09 +01:00
10 lines
91 B
Groovy
10 lines
91 B
Groovy
apply plugin: 'groovy'
|
|
|
|
dependencies {
|
|
compile gradleApi()
|
|
}
|
|
|
|
test {
|
|
useTestNG()
|
|
}
|