File tree 3 files changed +21
-0
lines changed
spring-restdocs-webtestclient
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -82,3 +82,10 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElem
82
82
components. java. withVariantsFromConfiguration(configurations. testFixturesRuntimeElements) {
83
83
skip()
84
84
}
85
+
86
+ compatibilityTest {
87
+ dependency(" Spring Framework" ) { springFramework ->
88
+ springFramework. groupId = " org.springframework"
89
+ springFramework. versions = [" 6.1.+" ]
90
+ }
91
+ }
Original file line number Diff line number Diff line change @@ -22,3 +22,10 @@ dependencies {
22
22
testImplementation(" org.hamcrest:hamcrest-library" )
23
23
testImplementation(" org.mockito:mockito-core" )
24
24
}
25
+
26
+ compatibilityTest {
27
+ dependency(" Spring Framework" ) { springFramework ->
28
+ springFramework. groupId = " org.springframework"
29
+ springFramework. versions = [" 6.1.+" ]
30
+ }
31
+ }
Original file line number Diff line number Diff line change @@ -21,3 +21,10 @@ dependencies {
21
21
22
22
testRuntimeOnly(" org.springframework:spring-context" )
23
23
}
24
+
25
+ compatibilityTest {
26
+ dependency(" Spring Framework" ) { springFramework ->
27
+ springFramework. groupId = " org.springframework"
28
+ springFramework. versions = [" 6.1.+" ]
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments