Skip to content

Commit

Permalink
Nit in settings.gradle for Eclipse
Browse files Browse the repository at this point in the history
Fixes ``./gradlew eclipse` failure introduced in 6d99e79
  • Loading branch information
albertzaharovits committed Jan 18, 2019
1 parent de55b4d commit 633bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if (isEclipse) {
projects << 'libs:secure-sm-tests'
projects << 'libs:grok-tests'
projects << 'libs:geo-tests'
projects << 'libs:ssl-config'
projects << 'libs:ssl-config-tests'
}

include projects.toArray(new String[0])
Expand Down

0 comments on commit 633bd09

Please sign in to comment.