Practice the pronunciation of build automation tool names including Gradle, Maven, Bazel, Make, and CMake.
0 / 5 completed
1 / 5
How is 'Gradle' pronounced?
Gradle is pronounced /ˈɡreɪdəl/ — 'GRAY-dul'. 'Gra' = /ɡreɪ/ (diphthong /eɪ/, rhyming with 'cradle'). '-dle' = /dəl/ (schwa + /l/). Two syllables: GRAY-dul, stress on the first. Non-native speakers commonly say 'GRAD-ul' (short 'a'), but it rhymes with 'cradle', not 'paddle'. Gradle is a build automation tool for JVM and Android projects using a Groovy or Kotlin DSL: \'The Android app is built with GRAY-dul\'.
2 / 5
How is 'Maven' pronounced?
Maven is pronounced /ˈmeɪvən/ — 'MAY-vun'. It is the English word (from Yiddish) for an expert or connoisseur. 'Ma' = /meɪ/ (diphthong /eɪ/). '-ven' = /vən/ (schwa). Two syllables: MAY-vun, stress on the first. Non-native speakers may use a short 'a' ('MAV-un'). Apache Maven is a build and dependency-management tool for Java projects using an XML POM (Project Object Model) file: \'Dependencies are declared in the MAY-vun pom.xml\'.
3 / 5
How is 'Bazel' pronounced?
Bazel is pronounced /ˈbeɪzəl/ — 'BAY-zul', like the US pronunciation of the herb 'basil' (the name is an anagram of 'Blaze'). 'Ba' = /beɪ/ (diphthong /eɪ/). '-zel' = /zəl/ (schwa, voiced /z/). Two syllables: BAY-zul, stress on the first. Non-native speakers may say 'BAZ-ul' or stress the second syllable. Bazel is Google's open-source build and test tool supporting large, multi-language, multi-platform monorepos with reproducible, cached builds: \'The monorepo is built hermetically with BAY-zul\'.
4 / 5
How is 'Make' (and 'Makefile') pronounced?
Make is pronounced /meɪk/ — 'MAKE', exactly like the English verb, rhyming with 'cake' and 'bake'. Single syllable: MAKE. The diphthong /eɪ/ + /k/. A 'Makefile' is /ˈmeɪkfaɪl/ — 'MAKE-fyle'. Non-native speakers may shorten the vowel. Make is a classic build automation tool that runs recipes defined in a Makefile, rebuilding targets only when their dependencies change: \'Run MAKE to compile only the changed object files\'.
5 / 5
How is 'CMake' pronounced?
CMake is pronounced /ˈsiːmeɪk/ — 'SEE-make'. The 'C' is said as the letter /siː/ (it stands for 'Cross-platform Make'), followed by 'Make' = /meɪk/ (diphthong /eɪ/). Two syllables: SEE-make, stress on the first. Non-native speakers may try to blend the 'C' into the 'M' or stress the second part. CMake is a cross-platform build-system generator that produces native build files (Makefiles, Ninja, Visual Studio projects) from a CMakeLists.txt configuration: \'Generate the Ninja build files with SEE-make\'.