java - intellij idea 配置gradle 的本地仓库位置问题 ?
大家讲道理
大家讲道理 2017-04-18 09:25:01
0
2
334

我重新安装了系统,但是我把之前的本地仓库还在 。

我现在是这样配置:

service directory paht : 这个路径是我以前的本地仓库,
但是我设置这样没有用 ? 这是为什么 ?

ps: 我的环境变量是直接复制路径到 path里面。没有重新设置然后用 %GRADLE_HOME% 这样的方式,但是这样应该不影响吧。

我现在的问题就是会出现 无限循环下载 jar ? 不停的下载?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
小葫芦

In the end, you still have to download a maven, specify the local library, and then update:

settings:

 build,execution,deployment:
 
        Maven - --- Repositories  -- update
小葫芦

The gradle used by AS is not only the native gradle environment, but also requires customized gradle. This can be seen from the application configuration file.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template