. 构建公告插件
Posted 貌似掉线
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了. 构建公告插件相关的知识,希望对你有一定的参考价值。
本文禁止w3cschool转载!
翻译项目请关注Github上的地址:https://github.com/msdx/gradledoc 。
本文翻译所在分支:https://github.com/msdx/gradledoc/tree/2.0 。
更好的阅读体验请访问:http://gradledoc.githang.com/2.0/userguide/userguide.html 。
另外,android 手机用户可通过我写的一个程序浏览文档,带缓存功能的,目前0.6.1版本兼容 Android 4.0.3以上系统,项目地址如下:
https://github.com/msdx/gradle-doc-apk
翻译不易,本文采用 CC BY-NC-SA 4.0 许可协议,转载请务必署名及注明本文在CSDN博客上的出处:
https://coder.blog.csdn.net/article/details/90748153
关于我对Gradle的翻译,以Github上的项目及http://gradledoc.githang.com 上的文档为准。如发现翻译有误的地方,将首先在以上两个地方更新。因时间精力问题,博客中发表的译文基本不会同步修改。
第四十三章. 构建公告插件
Chapter 43. The Build Announcements Plugin
构建公告插件目前是一个试验性插件。注意,在以后的 Gradle 版本中,其 DSL 和其他配置可能会有变化。
The build announcements plugin is currently incubating. Please be aware that the DSL and other configuration may change in later Gradle versions.
构建公告插件使用 公告 插件发送构建过程中一些重要事件的本地公告。
The build announcements plugin uses the announce plugin to send local announcements on important events in the build.
43.1. 用法
43.1. Usage
要使用构建公告插件,请在构建脚本中包含:
To use the build announcements plugin, include in your build script:
示例 43.1. 使用构建公告插件 - Example 43.1. Using the build announcements plugin
build.gradle
apply plugin: 'build-announcements'
就是这样。如果您想要调整公告的位置,你可以配置 公告 插件来更改本地的公告。
That's it. If you want to tweak where the announcements go, you can configure the announce plugin to change the local announcer.
你还可以从 init 脚本中应用这个插件:
You can also apply the plugin from an init script:
示例 43.2. 在 init 脚本中使用构建公告插件 - Example 43.2. Using the build announcements plugin from an init script
init.gradle
rootProject
apply plugin: 'build-announcements'
以上是关于. 构建公告插件的主要内容,如果未能解决你的问题,请参考以下文章
我的世界(11)-标题计分板定期公告(TitleManager插件)
Jenkins公告多款插件存在高危漏洞(2020.8.12)