当前位置:网站首页>【无标题】
【无标题】
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
边栏推荐
- [excel] PivotChart
- 【雕爷学编程】Arduino动手做(105)---压电陶瓷振动模块
- The data mark is a piece of fat meat, and it is not only China Manfu technology that focuses on this meat
- Simulink and Arduino serial port communication
- Basic concept of bus
- 安装 Pytorch geometric
- left_and_right_net可解释性设计
- left_ and_ right_ Net normal version
- 19. Framebuffer application programming
- Component、Container容器常用API详解:Frame、Panel、ScrollPane
猜你喜欢

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

检漏继电器JY82-2P

509. Fibonacci number, all paths of climbing stairs, minimum cost of climbing stairs

Experience weekly report no. 102 (July 4, 2022)

input显示当前选择的图片

How much computing power does transformer have

Canoe panel learning video

Kubernets first meeting

19. Framebuffer application programming

Gridview出现滚动条,组件冲突,如何解决
随机推荐
Talk about the SQL server version of DTM sub transaction barrier function
Steady! Huawei micro certification Huawei cloud computing service practice is stable!
2022 R2 mobile pressure vessel filling retraining question bank and answers
VB.net 简单的处理图片,黑白(类库——7)
云原生架构实战案例及优化解决方案
How to get the parent node of all nodes in El tree
Halcon图片标定,使得后续图片处理过后变成与模板图片一样
How to clone objects
BUU-Crypto-[GXYCTF2019]CheckIn
ansys命令
Actual cases and optimization solutions of cloud native architecture
LayoutManager布局管理器:FlowLayout、BorderLayout、GridLayout、GridBagLayout、CardLayout、BoxLayout
input显示当前选择的图片
BUU-Reverse-easyre
检漏继电器JY82-2P
VB.net 调用FFmpeg简单处理视频(类库——6)
APScheduler如何设置任务不并发(即第一个任务执行完再执行下一个)?
BUU-Crypto-Cipher
Signification des lettres du module optique et abréviation des paramètres Daquan
gslb(global server load balance)技术的一点理解