From 494bca727f6c9ae8723fd33780e6fdd1b0a6a528 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Aug 2022 14:22:04 +0200 Subject: [PATCH] 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 --- spring-context/spring-context.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-context/spring-context.gradle b/spring-context/spring-context.gradle index 1f25b74cc6e..d7e366331b3 100644 --- a/spring-context/spring-context.gradle +++ b/spring-context/spring-context.gradle @@ -1,7 +1,3 @@ -plugins { - id 'org.springframework.build.runtimehints-agent' -} - description = "Spring Context" apply plugin: "kotlin"