Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Instance
- pyinstaller
- Stock
- python
- mime type
- mongodb
- creon login
- stock trading
- Rest
- AESCipher
- automated system
- Slack
- EC2
- KOSDAQ
- The Internet
- URI
- spec
- WebServer
- Auto Login
- Web Crawler
- ExceptionHandler
- Daishin Securities
- request param
- header
- Version Control
- Creon
- RecursionError: maximum recursion depth exceeded while calling a Python object
- AWS
- API
- handleMethodsArgumentNotValid
Archives
- Today
- Total
Change the Better World
What is the Gradle? 본문
Gradle is an open-source build automation tool focused on flexibility and performance. Gradle build scripts are written using a Groovy or Kotlin 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.
Licenses
Gradle build tool source code is open and licensed under the Apache License 2.0. Gradle user manual and DSL reference manual are licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
'Build Automation > Gradle' 카테고리의 다른 글
How to change server port at Spring boot (0) | 2022.09.27 |
---|---|
How to run application using Gradle (0) | 2022.09.27 |
Let's learn some common tasks(clean, build, assemble) (0) | 2022.09.25 |
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain (0) | 2022.09.25 |
How to install Gradle? (0) | 2022.09.25 |
Comments