Restrict samples' usage of Maven local
This commit is contained in:
@@ -5,7 +5,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