Exclude directories that aggregate subprojects from being built

Gradle doesn’t scan directories for projects, at least not out of the box. 'include ‘web:wicket’ means “include a project named web, and a subproject thereof named wicket”. If you only want a “wicket” project (although you also have a “web” directory), use ‘include ‘web/wicket’’.