Slackbot
03/03/2023, 3:25 PMMartin
03/03/2023, 3:27 PMfun RepositoryHandler.myAwesomeRepo()
Dzmitry Neviadomski
03/03/2023, 3:30 PMDependencyHandler
I can create some useful wrappers even to be used in Groovy, but not with RepositoryHandler
.
Also, extension functions can't be scoped per-module, as Gradle Extensions allow you to do.Vampire
03/03/2023, 3:30 PMExtensionAware
but actually practically all domain objects and also all other objects created by Gradle with means like objects.newInstance
or container.register
or container.create
or similar are on-the-fly decorated to be ExtensionAware
.Vampire
03/03/2023, 3:31 PMExtensionAware
to use the interface methods.Vampire
03/03/2023, 3:32 PMRepositoryHandler
you indeed should get them by now.Vampire
03/03/2023, 3:33 PMVampire
03/03/2023, 3:33 PMDzmitry Neviadomski
03/03/2023, 3:45 PMVampire
03/03/2023, 3:54 PMVampire
03/03/2023, 3:54 PMExtensionAware
which is the cause most are notDzmitry Neviadomski
03/03/2023, 3:55 PMVampire
03/03/2023, 3:55 PM