Skip to content

Commit 4bbc5b3

Browse files
committed
Perform compatibility testing against REST Assured 4.0 and 4.1
Closes gh-640
1 parent 66787cd commit 4bbc5b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-restdocs-restassured/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ dependencies {
1313

1414
test {
1515
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=org.springframework.restdocs.*"
16+
}
17+
18+
matrixTest {
19+
restAssured {
20+
group = 'io.rest-assured'
21+
versions = ['4.0.0', '4.1.1']
22+
}
1623
}

0 commit comments

Comments
 (0)