当前位置:网站首页>【无标题】
【无标题】
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
边栏推荐
- (4) Canal multi instance use
- C language simple student management system (including source code)
- Viewing and using binary log of MySQL
- [QT] create mycombobox click event
- Enterprise level log analysis system elk (if things backfire, there must be other arrangements)
- Programmers don't talk about morality, and use multithreading for Heisi's girlfriend
- Simulink and Arduino serial port communication
- 如何获取el-tree中所有节点的父节点
- left_ and_ right_ Net normal version
- transformer坑了多少算力
猜你喜欢

BeanFactoryPostProcessor 与 BeanPostProcessor 相关子类概述

VB. Net GIF (making and disassembling - optimizing code, class library - 5)
![[excel] PivotChart](/img/45/be87e4428a1d8ef66ef34a63d12fd4.png)
[excel] PivotChart

1480. Dynamic sum of one-dimensional array

How to get the parent node of all nodes in El tree

Weekly summary (*63): about positive energy

webrtc 快速搭建 视频通话 视频会议

JS how to convert seconds into hours, minutes and seconds display

C # character similarity comparison general class
![[MySQL practice of massive data with high concurrency, high performance and high availability -8] - transaction isolation mechanism of InnoDB](/img/8e/90d08d22a2d340242be2357f662ea4.jpg)
[MySQL practice of massive data with high concurrency, high performance and high availability -8] - transaction isolation mechanism of InnoDB
随机推荐
VB.net GIF(制作、拆解——优化代码,类库——5)
[excel] PivotChart
Introduction to AMBA
LC周赛300
Accidentally deleted the data file of Clickhouse, can it be restored?
JS flattened array of number shape structure
Risc-v-qemu-virt in FreeRTOS_ Lock mechanism analysis of GCC
十二. golang其他
APScheduler如何设置任务不并发(即第一个任务执行完再执行下一个)?
Use of hutool Pinyin tool
ansys命令
Excel comparator
fastjson
Configure cross compilation tool chain and environment variables
如何判断数组中是否含有某个元素
2022 R2 mobile pressure vessel filling retraining question bank and answers
JS string splicing enhancement
BUU-Reverse-easyre
left_ and_ right_ Net normal version
Input displays the currently selected picture