You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not really sure why this change was made. I think putting things in a gradle/... folder is a good advice in general. There was also agreement from members of the Gradle team and I have not seen a good argument against that.
Similar to #8 though, one could think about other names insidegradle/....
I currently still like gradle/plugins most of all options I have seen proposed so far.
personally, I do prefer gradle/plugins over build-logic but not sure if it is "idiomatic" if it differs from the gradle docs and from the gradle init new project defaults.
Can cause confusion with devs when it doesn't match the gradle docs.
Looks like gradle is defaulting to
build-logic
instead ofgradle/plugins
, maybe this repo should follow suit?See https://github.com/gradle/gradle/pull/22141/files
The text was updated successfully, but these errors were encountered: