当前位置:网站首页>【无标题】
【无标题】
2022-07-04 05:48:00 【逸足天涯】
Gradle 安装
下载
官网地址:https://gradle.org/
下载解压,配置环境变量
配置本地仓库为Maven的本地仓库
如果maven 仓库中没有jar 包,则下载到 maven 仓库下的caches 目录下。
win+R 启动命令查看cmd
gradle -v
查看版本
配置Gradle仓库源
可以放在 Gradle 安装目录下的init.d
文件夹init.gradle
文件内,为了以后升级方便,可以直接放在
用户目录下的.gradle
文件下init.gradle
文件内。
allprojects {
repositories {
mavenLocal()
maven { name "Alibaba" ; url "https://maven.aliyun.com/repository/public" }
maven { name "Bstek" ; url "https://nexus.bsdn.org/content/groups/public/" }
mavenCentral()
}
buildscript {
repositories {
maven { name "Alibaba" ; url 'https://maven.aliyun.com/repository/public' }
maven { name "Bstek" ; url 'https://nexus.bsdn.org/content/groups/public/' }
maven { name "M2" ; url 'https://plugins.gradle.org/m2/' }
}
}
}
https://www.it235.com/实用工具/Gradle/gradle.html
阿里云仓库参考地址: https://developer.aliyun.com/mvn/guide
边栏推荐
- BUU-Reverse-easyre
- 724. Find the central subscript of the array
- AWT介绍
- FreeRTOS 中 RISC-V-Qemu-virt_GCC 的 锁机制 分析
- VB.net 简单的处理图片,黑白(类库——7)
- 如何判断数组中是否含有某个元素
- LC weekly 300
- Programmers don't talk about morality, and use multithreading for Heisi's girlfriend
- HMS v1.0 appointment.php editid参数 SQL注入漏洞(CVE-2022-25491)
- Online shrimp music will be closed in January next year. Netizens call No
猜你喜欢
BUU-Crypto-Cipher
19.Frambuffer应用编程
Canoe panel learning video
The end of the Internet is rural revitalization
C # character similarity comparison general class
接地继电器DD-1/60
JS how to convert seconds into hours, minutes and seconds display
BUU-Reverse-easyre
Overview of relevant subclasses of beanfactorypostprocessor and beanpostprocessor
VB.net 简单的处理图片,黑白(类库——7)
随机推荐
Excel 比较日器
如何获取el-tree中所有节点的父节点
What are the reasons for the frequent high CPU of ECS?
BUU-Crypto-[HDCTF2019]basic rsa
How to expand all collapse panels
FRP intranet penetration, reverse proxy
1.1 history of Statistics
Risc-v-qemu-virt in FreeRTOS_ Lock mechanism analysis of GCC
[microservice] Nacos cluster building and loading file configuration
报错cvc-complex-type.2.4.a: 发现了以元素 ‘base-extension‘ 开头的无效内容。应以 ‘{layoutlib}‘ 之一开头。
BUU-Crypto-[GUET-CTF2019]BabyRSA
My NVIDIA developer journey - optimizing graphics card performance
LayoutManager布局管理器:FlowLayout、BorderLayout、GridLayout、GridBagLayout、CardLayout、BoxLayout
(4) Canal multi instance use
tutle时钟改进版
Principle and practice of common defects in RSA encryption application
JS扁平化数形结构的数组
Leetcode 184 Employees with the highest wages in the Department (July 3, 2022)
Leakage detection relay jy82-2p
win10清除快速访问-不留下痕迹