Restrict samples' usage of Maven local
This commit is contained in:
@@ -4,7 +4,11 @@ plugins {
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenLocal {
|
||||
content {
|
||||
includeGroup("org.springframework.restdocs")
|
||||
}
|
||||
}
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user