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