xvik / gradle-use-python-plugin

Use python modules in gradle build

Home Page:https://xvik.github.io/gradle-use-python-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of deprecate API when using Gradle 6.2.1 (using release 2.1.0)

jakubhava opened this issue · comments

Type 'PipInstallTask': non-property method 'memoizedMethodPriv$getModulesToInstall()' should not be annotated with: @internal

Thanks for great plugin!

Thank you!
Gradle complains about some other methods too: these methods are synthetic (created by @Memoized annotation with "incorrectly" inherited @Internal). I did not find a quick solution during the last release, but I will look to work around it somehow.

Thank you @xvik!