mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
since JPS can now read compiler configuration from project files, don't manually set resource patterns
This commit is contained in:
@@ -92,16 +92,6 @@ binding.setVariable("loadProject", {
|
||||
}
|
||||
}
|
||||
IdeaProjectLoader.loadFromPath(project, "${home}")
|
||||
|
||||
binding.ant.patternset(id: "idea.compiler.resources") {
|
||||
exclude(name: "**/*.java")
|
||||
exclude(name: "**/*.form")
|
||||
exclude(name: "**/*.class")
|
||||
exclude(name: "**/*.scala")
|
||||
exclude(name: "**/*.groovy")
|
||||
}
|
||||
|
||||
project["compiler.resources.id"] = "idea.compiler.resources"
|
||||
})
|
||||
|
||||
boolean hasSourceRoots(Module module) {
|
||||
|
||||
Reference in New Issue
Block a user