I have a very simple Gradle project
plugins { id \'cpp-application\' // or \'cpp-library\' } version = \'1.2.1\' application { }