7 lines
88 B
Groovy
7 lines
88 B
Groovy
plugins {
|
|
id 'eclipse'
|
|
}
|
|
|
|
subprojects { subProject ->
|
|
apply plugin: 'eclipse'
|
|
} |