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