Failed to resolve dependencies during grails plugins installation

前端 未结 3 1368
迷失自我
迷失自我 2021-02-02 18:30

I deleted my .grails folder from my PC and when I opened an application in Intellij IDE, the plugins mentioned in buildConfig.groovy start installing. A few plugins were install

3条回答
  •  抹茶落季
    2021-02-02 18:49

    repositories {
    
        inherits true
        grailsPlugins()
        grailsHome()
        grailsCentral()
        mavenLocal()
        mavenCentral()
        mavenRepo "http://repo.grails.org/grails/plugins/"
    }
    

提交回复
热议问题