【发布时间】:2020-01-16 09:28:07
【问题描述】:
我正在尝试为在 Android Studio 上开发的 Kotlin 项目构建 CI 管道。使用 Azure DevOps 管道。
我在为管道查找 Kotlin 插件或任务时遇到问题,如图所示。
有人知道我们如何实现这种类型的管道吗?我在 Internet 上没有找到任何内容,Microsoft 也没有文档。
【问题讨论】:
-
我发现 this answer 修改 gradle-wrapper.properties 以修复
Unable to execute Sonar错误。这是Integrating and Understanding SonarQube in Android 的示例。希望对你有所帮助。
标签: kotlin azure-devops continuous-integration azure-pipelines