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
We should just change the behaviour to always decorate the Gradle wrapper, print a message to say that we did and if it's not something they want, they can just execute again with a flag -Dno-nokee or something like that.
Print from the wrapper task when the decoration happens
Accept a flag that disable nokee decoration
Upon disabling nokee decoration delete the nokee.init.gradle script
Always decorate by default (without -Dnokee-version) which adds the init script, patch the wrapper scripts but does not write Gradle wrapper properties for the version (it should still write the hash property when that will be available).
This allows to easily configure the plugin repositories for
dev.nokee
anddev.gradleplugins
which is the case for this project.The text was updated successfully, but these errors were encountered: