2023-03-22
班门弄斧
00

Gradle 简介

可能对于大多数Java码农,还停留在Maven,Gradle都没听说过。作为一位资深码农,我认为你至少应该了解一下Gradle是什么。

Gradle是一个用于构建软件项目的自动化构建工具,它的第一个公开版本是在2009年4月发布的。该版本被称为Gradle 0.1,是一个基于Groovy语言的原型版本。Gradle 1.0版本于2012年6月发布,是一个重要的里程碑,这个版本稳定了Gradle的核心API和构建生命周期,为后续版本奠定了基础。截止2023年3月22日,Gradle稳定版已更新至 8.0+。

官方简介:Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin DSL.

翻译:Gradle 是一种开源构建自动化工具,专注于灵活性和性能。Gradle 构建脚本是使用 GroovyKotlin DSL 编写的。

  • Highly customizable — Gradle is modeled in a way that is customizable and extensible in the most fundamental ways.

  • Fast — Gradle completes tasks quickly by reusing outputs from previous executions, processing only inputs that changed, and executing tasks in parallel.

  • Powerful — Gradle is the official build tool for Android, and comes with support for many popular languages and technologies.

Gradle 官网:Gradle Build Tool

Gradle 官方文档:Gradle User Manual

2023-03-20
温故知新
00

共享帐号

帐号为网络搜集,可能会修改密码,不保证帐号可用,且用且珍惜!

账号:jack@gptocean.com 密码:cA1OPQsj6z

账号:rose@gptocean.com 密码:vd3StTLy0N

账号:tom@gptocean.com 密码:sx8KPRjkU6

账号:daisy@gptocean.com 密码:noB9FpV3Ea

账号:alice@gptocean.com 密码:8XZhnjL1kU

账号1:kathec873@hotmail.com 密码1:2yQ9qy7n19

账号2:inesllva@hotmail.com 密码2:3bkkLA05d6

账号3:geritc9jz@hotmail.com 密码3:I1wfh8rS61

2023-03-20
温故知新
00

本文用于记录Oracle使用的小技巧,包括一些语法、函数等使用示例。

2023-03-17
温故知新
00

煞笔

本文用于记录Oracle的煞笔报错。

2023-03-10
温故知新
00

简介

本文用于记录Linux防火墙(firewallufw)的相关操作。