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 ?
1 comment
Sort by
Date
Votes
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."
Teco Login
Please sign in to leave a comment.