While publishing to github packages using gradle, only the dependencies are added?
已回答
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 条评论
排序方式
日期
投票数

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
请先登录再写评论。