Merge branch '3.0.x'
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -22,11 +22,9 @@ jobs:
|
|||||||
- version: 17
|
- version: 17
|
||||||
toolchain: false
|
toolchain: false
|
||||||
- version: 21
|
- version: 21
|
||||||
toolchain: true
|
toolchain: false
|
||||||
- version: 22
|
- version: 24
|
||||||
toolchain: true
|
toolchain: false
|
||||||
- version: 23
|
|
||||||
toolchain: true
|
|
||||||
exclude:
|
exclude:
|
||||||
- os:
|
- os:
|
||||||
name: Linux
|
name: Linux
|
||||||
|
|||||||
@@ -10,8 +10,12 @@ dependencies {
|
|||||||
api("org.springframework:spring-test")
|
api("org.springframework:spring-test")
|
||||||
api("org.springframework:spring-webflux")
|
api("org.springframework:spring-webflux")
|
||||||
|
|
||||||
|
compileOnly("org.hamcrest:hamcrest-core")
|
||||||
|
|
||||||
internal(platform(project(":spring-restdocs-platform")))
|
internal(platform(project(":spring-restdocs-platform")))
|
||||||
|
|
||||||
|
testCompileOnly("org.hamcrest:hamcrest-core")
|
||||||
|
|
||||||
testImplementation(testFixtures(project(":spring-restdocs-core")))
|
testImplementation(testFixtures(project(":spring-restdocs-core")))
|
||||||
|
|
||||||
testRuntimeOnly("org.springframework:spring-context")
|
testRuntimeOnly("org.springframework:spring-context")
|
||||||
|
|||||||
Reference in New Issue
Block a user