buildscript { repositories { jcenter() } dependencies { classpath 'ru.shadam.gretty:gretty:1.2.5' } } repositories { jcenter() } if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin)) project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)