当前位置:网站首页>【无标题】
【无标题】
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
边栏推荐
- [wechat applet] template and configuration (wxml, wxss, global and page configuration, network data request)
- Actual cases and optimization solutions of cloud native architecture
- C # character similarity comparison general class
- How to use postman to realize simple interface Association [add, delete, modify and query]
- Void convolution, deformable convolution, deformable ROI pooling
- Thinkphp6.0 middleware with limited access frequency think throttle
- How much computing power does transformer have
- fastjson
- 724. 寻找数组的中心下标
- Risc-v-qemu-virt in FreeRTOS_ Lock mechanism analysis of GCC
猜你喜欢

JS扁平化数形结构的数组

win10清除快速访问-不留下痕迹

LayoutManager布局管理器:FlowLayout、BorderLayout、GridLayout、GridBagLayout、CardLayout、BoxLayout

卸载Google Drive 硬盘-必须退出程序才能卸载

Configure cross compilation tool chain and environment variables

JS flattened array of number shape structure

接地继电器DD-1/60

Void convolution, deformable convolution, deformable ROI pooling

AWT常用组件、FileDialog文件选择框

js如何将秒转换成时分秒显示
随机推荐
The data mark is a piece of fat meat, and it is not only China Manfu technology that focuses on this meat
每周小结(*63):关于正能量
接地继电器DD-1/60
Luogu deep foundation part 1 Introduction to language Chapter 5 array and data batch storage
Redis realizes ranking function
2022 R2 mobile pressure vessel filling retraining question bank and answers
What are the reasons for the frequent high CPU of ECS?
Thinkphp6.0 middleware with limited access frequency think throttle
The difference between PX EM rem
tutle时钟改进版
体验碎周报第 102 期(2022.7.4)
【雕爷学编程】Arduino动手做(105)---压电陶瓷振动模块
Nexus 6p从8.0降级6.0+root
Qt发布多语言国际化翻译
BUU-Real-[PHP]XXE
卸载Google Drive 硬盘-必须退出程序才能卸载
C language simple student management system (including source code)
19. Framebuffer application programming
Take you to quickly learn how to use qsort and simulate qsort
VB. Net GIF (making and disassembling - optimizing code, class library - 5)