Skip to Content
Java持续交付
book

Java持续交付

by Daniel Bryant, Abraham Marín-Pérez
November 2019
Beginner to intermediate
406 pages
9h 21m
Chinese
Publishing House of Electronics Industry
Content preview from Java持续交付
80
5
构建
Java
应用程序
8.
使用当前版本创建一个发布标签。
9.
提示你输入下一个版本。
10.
使用新版本提交项目。
除了交互的方式,你还可以使用
release
命令来发布构件(这在使用持续集成构建服务
器发布时是必不可少的),但是需要将
release.useAutomaticVersion
标志设置为
true
同时传入必需的命令行参数。你可以在
Gradle
文档中找到相关的完整信息(
http://bit.
ly/2NHDw8x
),包括所有的命令行选项。
以下是
release
命令的示例
$ gradle release -Prelease.useAutomaticVersion=true
-Prelease.releaseVersion=1.0.0 -Prelease.newVersion=1.1.0-SNAPSHOT
Bazel
Pants
Buck
Bazel
是一个用来自动构建和测试软件的开源工具。
Google
将公司内部构建工具
Blaze
的一部分开源出来,以
Blaze
的变位词“
Bazel
”作为命名。
Bazel
的扩展语言使得它可
以使用任何语言编写的源文件,原生支持
Java
C
C ++
Python
Bazel
可以在多个
平台上进行构建和运行测试。
Bazel
BUILD
文件来描述如何构建项目,具有声明式的
结构,并使用类似
Python
的语言。通过描述各种规则和属性,
BUILD
文件可以让你在
更高的系统层面来进行构建。
复杂的构建过程由一些预置的规则来处理。你可以修改规则来调整构建过程,或者编写 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Python机器学习案例精解

Python机器学习案例精解

Posts & Telecom Press, Yuxi (Hayden) Liu
Java性能优化实践:JVM调优策略、工具与技巧

Java性能优化实践:JVM调优策略、工具与技巧

Benjamin J. Evans, James Gough, Chris Newland
Python和NLTK实现自然语言处理

Python和NLTK实现自然语言处理

Posts & Telecom Press, Nitin Hardeniya
C++语言导学(原书第2版)

C++语言导学(原书第2版)

本贾尼 斯特劳斯特鲁普

Publisher Resources

ISBN: 9787121374425