티스토리 뷰

728x90
repositories {
    mavenLocal()
    mavenCentral()
    google()
}

repositories {
    gradlePluginPortal()
}

whttps://stackoverflow.com/questions/50726435/difference-among-mavencentral-jcenter-and-mavenlocal/50726436#50726436

 

Difference among mavenCentral(), jCenter() and mavenLocal()?

Actually, I am studying on build.gradle file. In some cases, I got that sometimes they are using mavenCentral(), jCenter() and mavenLocal() in repositories section. Sometimes they also using URL. S...

stackoverflow.com

https://docs.gradle.org/current/userguide/plugins.html

 

Using Gradle Plugins

Where «plugin id» and «plugin version» must be constant, literal, strings and the apply statement with a boolean can be used to disable the default behavior of applying the plugin immediately (e.g. you want to apply it only in subprojects). No other st

docs.gradle.org

 

728x90
댓글