Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Nov 22, 2015
1 parent 8e2b670 commit 6b2f3a9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Expand Up @@ -163,19 +163,10 @@ allprojects {
apply plugin: 'idea'
}

<<<<<<< HEAD
if (projectsPrefix.isEmpty()) {
idea {
project {
languageLevel = org.elasticsearch.gradle.BuildPlugin.minimumJava.toString()
vcs = 'Git'
}
=======
idea {
project {
languageLevel = org.elasticsearch.gradle.BuildPlugin.minimumJava
languageLevel = org.elasticsearch.gradle.BuildPlugin.minimumJava.toString()
vcs = 'Git'
>>>>>>> Build: Change project attachment into special extra-plugins dir
}
}

Expand Down

0 comments on commit 6b2f3a9

Please sign in to comment.