We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694f28e commit 27145dfCopy full SHA for 27145df
spring-restdocs-restassured/build.gradle
@@ -1,4 +1,5 @@
1
plugins {
2
+ id "io.spring.compatibility-test" version "0.0.3"
3
id "java-library"
4
id "maven-publish"
5
}
@@ -22,3 +23,10 @@ dependencies {
22
23
testImplementation("org.hamcrest:hamcrest-library")
24
testImplementation("org.mockito:mockito-core")
25
26
+
27
+compatibilityTest {
28
+ dependency("REST Assured") { restAssured ->
29
+ restAssured.groupId = "io.rest-assured"
30
+ restAssured.versions = ["5.3.+", "5.4.+", "5.5.+"]
31
+ }
32
+}
0 commit comments