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
use TaskProvider for lazy task registration instead of eager create()
Switch from project.getTasks().create() to project.getTasks().register() for
lazy task configuration. This allows Gradle to configure tasks only when needed
and follows modern Gradle plugin best practices.
0 commit comments