apply plugin: 'war' apply from: TOMCAT_GRADLE war { baseName = "sample" } sonarRunner { skipProject = true }