Disable RuntimeHints tests with the agent
Tests with the agent are broken now that hints for an annotation is no longer required if the annotated element has an introspection hint. See gh-28967
This commit is contained in:
parent
4f0c879778
commit
494bca727f
|
|
@ -1,7 +1,3 @@
|
|||
plugins {
|
||||
id 'org.springframework.build.runtimehints-agent'
|
||||
}
|
||||
|
||||
description = "Spring Context"
|
||||
|
||||
apply plugin: "kotlin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue