当前位置:网站首页>Installing gradle
Installing gradle
2022-07-07 23:36:00 【Rain fish in summer】
install gradle
1、 Download binary package decompression
2、 Configure environment variables
3、 verification , The following is a success
4、 To configure Gradle Warehouse source
stay Gradle Install under directory init.d Under the folder , Create a new one init.gradle file , Fill in the following configuration
allprojects {
repositories {
maven {
url 'file:///E:/005java/001maven/repository'}
mavenLocal()
maven {
name "Alibaba" ; url "https://maven.aliyun.com/repository/public" }
maven {
name "Bstek" ; url "http://nexus.bsdn.org/content/groups/public/" }
mavenCentral()
}
buildscript {
repositories {
maven {
name "Alibaba" ; url 'https://maven.aliyun.com/repository/public' }
maven {
name "Bstek" ; url 'http://nexus.bsdn.org/content/groups/public/' }
maven {
name "M2" ; url 'https://plugins.gradle.org/m2/' }
}
}
}
5、idea To configure
边栏推荐
- 给出一个数组,如 [7864, 284, 347, 7732, 8498],现在需要将数组中的数字拼接起来,返回「最大的可能拼出的数字」
- The efficient s2b2c e-commerce system helps electronic material enterprises improve their adaptability in this way
- Sequence of entity layer, Dao layer, service layer and controller layer
- Unity3d Learning Notes 6 - GPU instantiation (1)
- 【7.5】15. Sum of three numbers
- B / Qurt Utilisateur Guide (36)
- Vulnerability recurrence ----- 49. Apache airflow authentication bypass (cve-2020-17526)
- USB (XVI) 2022-04-28
- S2b2b mall solution of intelligent supply chain in packaging industry: opening up a new ecosystem of e-commerce consumption
- SAP HR reward and punishment information export
猜你喜欢
Solution of intelligent supply chain collaboration platform in electronic equipment industry: solve inefficiency and enable digital upgrading of industry
Summary of SQL single table query 2020.7.27
产业共融新势能,城链科技数字峰会厦门站成功举办
Vulnerability recurrence ----- 49. Apache airflow authentication bypass (cve-2020-17526)
LDO穩壓芯片-內部框圖及選型參數
Interface
家用电器行业渠道商协同系统解决方案:助力家电企业快速实现渠道互联网化
SAP HR 社会工作经历 0023
LeeCode -- 6. Zigzag transformation
Three questions TDM
随机推荐
PCB wiring rules of PCI Express interface
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
SAP HR labor contract information 0016
三问TDM
Force deduction solution summary 648 word replacement
违法行为分析1
USB (XVIII) 2022-04-17
Anxin vb01 offline voice module access intelligent curtain guidance
PHP uses Alibaba cloud storage
LDO穩壓芯片-內部框圖及選型參數
Markdown
深入理解Mysql锁与事务隔离级别
SAP HR family member information
HDU 4747 mex "recommended collection"
Mobile heterogeneous computing technology - GPU OpenCL programming (basic)
B_QuRT_User_Guide(36)
SAP 内存参数调优过程
8.31 Tencent interview
电子设备行业智能供应链协同平台解决方案:解决低效, 赋能产业数字化升级
Ros2 topic (03): the difference between ros1 and ros2 [01]