Gradle native sample 'cmake-source-dependencies' missing

Hi, I’m looking at GitHub - gradle/native-samples: Samples of modern build automation for native languages with Gradle, and the sample mentioned in README as ‘cmake-source-dependencies’ is exactly what I am looking for. Being able to use a source dependency to download an external repo, and then inject a cmake build there.

But native-samples/cpp/cmake-source-dependencies at master · gradle/native-samples · GitHub seems to be empty. What happens? Has that sample been intentionally removed? Did it never exist?

The samples are generated.
If you clone the repo and run the generateRepos task in the root directory, the projects are filled in.