Skip creation of IDEA metadata for spring-aspects

See diff for details
This commit is contained in:
Chris Beams
2013-01-03 11:23:41 +01:00
parent a6eaf871f1
commit dcda78bad6
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ configurations {
ajInpath
}
// exclude spring-aspects as a module within IDEA until IDEA-64446 is resolved
tasks.getByName("idea").onlyIf { false }
tasks.getByName("ideaModule").onlyIf { false }
task compileJava(overwrite: true) {
dependsOn JavaPlugin.PROCESS_RESOURCES_TASK_NAME
dependsOn configurations.ajc.getTaskDependencyFromProjectDependency(true, "compileJava")