[DOCS] Fix typos in build.gradle comments (#52883)

This commit is contained in:
jureaky 2020-02-28 01:07:35 +09:00 committed by James Rodewig
parent 68ba571f70
commit 09d25ef818
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ subprojects {
// Projects that should be formatted and checked with Spotless are
// listed here, by project path. Once the number of formatted projects
// is greater than the number of unformatted projects, this can be
// switched to an exclude list, and eventualy removed completely.
// switched to an exclude list, and eventually removed completely.
def projectPathsToFormat = [
':build-tools',
':distribution:tools:java-version-checker',
@ -193,7 +193,7 @@ task verifyVersions {
throw new GradleException("Must run in online mode to verify versions")
}
// Read the list from maven central.
// Fetch the metadata an parse the xml into Version instances because it's more straight forward here
// Fetch the metadata and parse the xml into Version instances because it's more straight forward here
// rather than bwcVersion ( VersionCollection ).
new URL('https://repo1.maven.org/maven2/org/elasticsearch/elasticsearch/maven-metadata.xml').openStream().withStream { s ->
bwcVersions.compareToAuthoritative(