blob: bfc7ed77d8fc04aa50231627366dc1e6253d7a11 [file] [log] [blame]
assert rootProject == project
allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'
}
idea.project {
vcs = 'Git'
}