7 lines
76 B
Groovy
7 lines
76 B
Groovy
|
if (!hasProperty('mainClass')) {
|
||
|
ext.mainClass = ''
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
}
|