While publishing to github packages using gradle, only the dependencies are added?

Answered

f i am publishing my build.gradle to github packages only the dependencies are published or the plugins and tasks are also published. If the tasks and plugins are also published how can i do that ?

0
1 comment
To use a published package from GitHub Packages, add the package as a dependency and add the repository to your project. For more information, see "Declaring dependencies" in the Gradle documentation. Authenticate to GitHub Packages. For more information, see "Authenticating to GitHub Packages."
0

Please sign in to leave a comment.