Initial commit.
This commit is contained in:
commit
f48a7aae94
62 changed files with 2925 additions and 0 deletions
13
build.gradle
Normal file
13
build.gradle
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
plugins {
|
||||
id 'eclipse'
|
||||
}
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
file {
|
||||
project.natures += 'org.eclipse.buildship.core.gradleprojectnature'
|
||||
project.buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder'
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue