Skip to content

Commit

Permalink
Minor cleanup on settings.gradle (elastic#74910)
Browse files Browse the repository at this point in the history
- remove outcommented code
- remove unused variable
  • Loading branch information
breskeby authored Jul 5, 2021
1 parent 963d9aa commit cfdc74d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,8 @@ addSubProjects('', new File(rootProject.projectDir, 'qa'))
addSubProjects('test', new File(rootProject.projectDir, 'test/external-modules'))
addSubProjects('', new File(rootProject.projectDir, 'x-pack'))

List startTasks = gradle.startParameter.taskNames


include projects.toArray(new String[0])

//project(':build-tools').projectDir = new File(rootProject.projectDir, 'buildSrc')
//project(':build-tools:reaper').projectDir = new File(rootProject.projectDir, 'buildSrc/reaper')

project(":libs").children.each { libsProject ->
libsProject.name = "elasticsearch-${libsProject.name}"
}
Expand Down

0 comments on commit cfdc74d

Please sign in to comment.