Skip to content

Commit c74602f

Browse files
committed
Merge branch '3.0.x'
2 parents 7c7daf6 + 2fb84a2 commit c74602f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
- version: 17
2323
toolchain: false
2424
- version: 21
25-
toolchain: true
26-
- version: 22
27-
toolchain: true
28-
- version: 23
29-
toolchain: true
25+
toolchain: false
26+
- version: 24
27+
toolchain: false
3028
exclude:
3129
- os:
3230
name: Linux

spring-restdocs-webtestclient/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ dependencies {
1010
api("org.springframework:spring-test")
1111
api("org.springframework:spring-webflux")
1212

13+
compileOnly("org.hamcrest:hamcrest-core")
14+
1315
internal(platform(project(":spring-restdocs-platform")))
1416

17+
testCompileOnly("org.hamcrest:hamcrest-core")
18+
1519
testImplementation(testFixtures(project(":spring-restdocs-core")))
1620

1721
testRuntimeOnly("org.springframework:spring-context")

0 commit comments

Comments
 (0)