Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The principle of gradle and how to install windows

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article is to share with you about the principle of gradle and how to install windows. The editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.

A brief introduction to Gradle

Gradle is a project management tool based on groovy to declare project settings, mainly for java applications. Maven is based on xml management, which is tedious.

II. Install gradle for windows

Download address: https://gradle.org/releases, extract the downloaded gradle file (note that the version of gradle had better be lower than idea, otherwise it is prone to compatibility compilation exception)

Configure environment variables:

1. Open the system environment variable setting, create a new GRADLE_HOME, and set the value to the directory location of the newly extracted gradle file.

two。 Modify the value of the system variable Path by adding% GRADLE_HOME%\ bin

3. Set the gradle local warehouse address and add the environment variable GRADLE_USER_HOME (generally the same as the maven warehouse address). The value is the warehouse directory.

4. Open cmd and type gradle-v to check whether the installation is complete. If the installation version information appears, it will be installed successfully.

These are the principles of gradle and the installation of windows. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report