当前位置:网站首页>The new version of squirrel as source change operation
The new version of squirrel as source change operation
2022-08-08 17:17:00 【Whole feeling】
The new version no longer changes the source in the build
In the settings
Change it to this:
repositories {maven{ url 'https://maven.aliyun.com/repository/central' }maven{ url 'https://maven.aliyun.com/repository/public' }maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}google()mavenCentral()gradlePluginPortal()}}dependencyResolutionManagement {repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)repositories {maven{ url 'https://maven.aliyun.com/repository/central' }maven{ url 'https://maven.aliyun.com/repository/public' }maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}google()mavenCentral()}}rootProject.name = "DianKan"include ':app'insert code snippet here
边栏推荐
猜你喜欢
随机推荐
使用电脑通过VNC Viewer远程连接树莓派4B
VISTA无人驾驶模拟器;FinRL量化金融深度强化学习库;『深度神经网络应用』电子书;CUDA/TensorRT案例集锦;前沿论文 | ShowMeAI资讯日报
L2-010 排座位 (25 分) (DFS)
文件操作和IO
【LeetCode】试题总结:深度优先搜索 (DFS)
Cy5反式环辛烯,TCO-Cy5,Cy5 trans-cyclooctene标记生物分子
L2-025 分而治之 (25 分)
L2-008 最长对称子串 (25 分)
JVM-简介&垃圾回收&内存泄漏分析
vi编辑器命令
爬百度图片
4、S32K14X学习笔记:S32 Design Studio 新建和导入工程
L2-015 互评成绩 (25 分)
【论文阅读】RAL 2022: Receding Moving Object Segmentation in 3D LiDAR Data Using Sparse 4D Convolutions
暴力解决MySQL出现的莫名其妙的问题-重启服务!
[机缘参悟-64]:《兵者,诡道也》-5-孙子兵法解读-混战计
KITTI数据集简介(一)—— 传感器介绍
ARP协议详解,小白易懂
LeetCode_回溯_中等_491.递增子序列
博客主页rrs代码