From 28923a41890e13b3dd6e72ae26de2e7284fc8394 Mon Sep 17 00:00:00 2001 From: BufferedStream <2645079021@qq.com> Date: Thu, 18 Jul 2019 23:03:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9E=84=E5=BB=BA=E5=B7=A5=E5=85=B7.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/构建工具.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/构建工具.md b/notes/构建工具.md index 74e78bd6..31d13ceb 100644 --- a/notes/构建工具.md +++ b/notes/构建工具.md @@ -32,7 +32,7 @@ # 二、Java 主流构建工具 -Ant 具有编译、测试和打包功能,其后出现的 Maven 在 Ant 的功能基础上又新增了依赖管理功能,而最新的 Maven 又在 Maven 的功能基础上新增了对 Groovy 语言的支持。 +Ant 具有编译、测试和打包功能,其后出现的 Maven 在 Ant 的功能基础上又新增了依赖管理功能,而最新的 Gradle 又在 Maven 的功能基础上新增了对 Groovy 语言的支持。