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:
Stephane Nicoll
2022-08-16 14:22:04 +02:00
parent 4f0c879778
commit 494bca727f

View File

@@ -1,7 +1,3 @@
plugins {
id 'org.springframework.build.runtimehints-agent'
}
description = "Spring Context"
apply plugin: "kotlin"