Open simonratner opened 8 months ago
Any news on this @ph4r05?
As main
is used, the plugin is incompatible with Gradle 8 where the method is removed unless the task class is being monkey-patched.
There are also other deprecations that need to be taken care of, like accessing project
at execution time.
Seeing this warning when building with Gradle 7.2:
Running with
--warning-mode all
: