Merge branch '3.0.x'

This commit is contained in:
Andy Wilkinson
2025-06-03 19:13:37 +01:00
2 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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")