plugins { id 'idea' } subprojects { apply plugin: 'idea' group = 'matterlink' version = '1.1.1' idea { module { excludeDirs += [file("run")] } } }