13 lines
251 B
Groovy
13 lines
251 B
Groovy
|
|
plugins {
|
|
id 'eclipse'
|
|
}
|
|
|
|
eclipse {
|
|
project {
|
|
file {
|
|
project.natures += 'org.eclipse.buildship.core.gradleprojectnature'
|
|
project.buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder'
|
|
}
|
|
}
|
|
}
|