Add compatibility testing for Framework 6.1
Closes gh-905
This commit is contained in:
@@ -21,3 +21,10 @@ dependencies {
|
||||
|
||||
testRuntimeOnly("org.springframework:spring-context")
|
||||
}
|
||||
|
||||
compatibilityTest {
|
||||
dependency("Spring Framework") { springFramework ->
|
||||
springFramework.groupId = "org.springframework"
|
||||
springFramework.versions = ["6.1.+"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user