File tree 6 files changed +30
-6
lines changed
rest-notes-spring-hateoas
6 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ plugins {
5
5
}
6
6
7
7
repositories {
8
- mavenLocal()
8
+ mavenLocal {
9
+ content {
10
+ includeGroup(" org.springframework.restdocs" )
11
+ }
12
+ }
9
13
maven { url ' https://repo.spring.io/milestone' }
10
14
maven { url ' https://repo.spring.io/snapshot' }
11
15
mavenCentral()
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ plugins {
4
4
}
5
5
6
6
repositories {
7
+ mavenLocal {
8
+ content {
9
+ includeGroup(" org.springframework.restdocs" )
10
+ }
11
+ }
7
12
maven { url ' https://repo.spring.io/milestone' }
8
13
maven { url ' https://repo.spring.io/snapshot' }
9
14
mavenCentral()
10
- mavenLocal()
11
15
}
12
16
13
17
group = ' com.example'
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ plugins {
3
3
}
4
4
5
5
repositories {
6
- mavenLocal()
6
+ mavenLocal {
7
+ content {
8
+ includeGroup(" org.springframework.restdocs" )
9
+ }
10
+ }
7
11
maven { url ' https://repo.spring.io/milestone' }
8
12
maven { url ' https://repo.spring.io/snapshot' }
9
13
mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ plugins {
4
4
}
5
5
6
6
repositories {
7
- mavenLocal()
7
+ mavenLocal {
8
+ content {
9
+ includeGroup(" org.springframework.restdocs" )
10
+ }
11
+ }
8
12
maven { url ' https://repo.spring.io/milestone' }
9
13
maven { url ' https://repo.spring.io/snapshot' }
10
14
mavenCentral()
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ plugins {
5
5
}
6
6
7
7
repositories {
8
- mavenLocal()
8
+ mavenLocal {
9
+ content {
10
+ includeGroup(" org.springframework.restdocs" )
11
+ }
12
+ }
9
13
maven { url ' https://repo.spring.io/milestone' }
10
14
maven { url ' https://repo.spring.io/snapshot' }
11
15
mavenCentral()
Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ apply plugin: 'java'
6
6
apply plugin : ' eclipse'
7
7
8
8
repositories {
9
+ mavenLocal {
10
+ content {
11
+ includeGroup(" org.springframework.restdocs" )
12
+ }
13
+ }
9
14
maven { url ' https://repo.spring.io/milestone' }
10
15
maven { url ' https://repo.spring.io/snapshot' }
11
16
mavenCentral()
12
- mavenLocal()
13
17
}
14
18
15
19
group = ' com.example'
You can’t perform that action at this time.
0 commit comments