Pro-Tip: add a `Gradle scope` with the pattern `f...
# gradle
j
Pro-Tip: add a
Gradle scope
with the pattern
file:*.gradle||file:*.kts||file[buildSrc]:*/||file:.gitlab-ci.yml||file:*.properties
, it's immensly useful when you are messing with your gradle builds. https://youtrack.jetbrains.com/issue/IDEA-200335
m
that is cool, thanks for the suggestion
im trying to adjust it to include everything inside
buildSrc
(not just the build files) but not having any luck - the patterns are a bit tough to work with