Files
openide/plugins/gradle/java
Nikita Biriukov 037abd6dd4 [gradle][groovy] IDEA-361255 disable the inspection for groovy files that are not Gradle scripts
There was a warning:
"Only method calls to 'id' and 'alias' are available in 'plugins' block"
in .groovy files with a content like:
```
plugins {
    apply 'df' named 'ffd'
}
```


(cherry picked from commit 4d22b23e04432d3b882b330eacee7beb2740c95d)

IJ-MR-149922

GitOrigin-RevId: 54ff53d34d60c5fc3b20331bd5a3fd29f518c27c
2024-11-22 15:40:23 +00:00
..