mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Fix bad merge
This commit is contained in:
parent
8e2b670b28
commit
6b2f3a9ad2
11
build.gradle
11
build.gradle
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user