Skip to content

Commit

Permalink
Address feedback on Gradle setup for ssl-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvernum committed Jan 15, 2019
1 parent c64e31b commit a5d0144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if (isEclipse) {
projects << 'libs:x-content-tests'
projects << 'libs:secure-sm-tests'
projects << 'libs:grok-tests'
projects << 'libs:ssl-config'
}

include projects.toArray(new String[0])
Expand Down Expand Up @@ -130,6 +131,10 @@ if (isEclipse) {
project(":libs:grok").buildFileName = 'eclipse-build.gradle'
project(":libs:grok-tests").projectDir = new File(rootProject.projectDir, 'libs/grok/src/test')
project(":libs:grok-tests").buildFileName = 'eclipse-build.gradle'
project(":libs:ssl-config").projectDir = new File(rootProject.projectDir, 'libs/ssl-config/src/main')
project(":libs:ssl-config").buildFileName = 'eclipse-build.gradle'
project(":libs:ssl-config-tests").projectDir = new File(rootProject.projectDir, 'libs/ssl-config/src/test')
project(":libs:ssl-config-tests").buildFileName = 'eclipse-build.gradle'
}

// look for extra plugins for elasticsearch
Expand All @@ -141,3 +146,4 @@ if (extraProjects.exists()) {
}

project(":libs:cli").name = 'elasticsearch-cli'
project(":libs:ssl-config").name = 'elasticsearch-ssl-config'

0 comments on commit a5d0144

Please sign in to comment.