Previously, the runtimeHintsTest task configuration made a cross
project task reference to obtain the jar path of spring-core-test
to use in the -javaagent argument.
With this change, a dedicated configuration exists to resolve the
project artifact without the need to reference the jar task of
spring-core-test.
Closes gh-30838
@ -35,6 +40,7 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {
@@ -35,6 +40,7 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {
@ -52,6 +58,7 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {
@@ -52,6 +58,7 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {
@ -64,11 +71,24 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {
@@ -64,11 +71,24 @@ public class RuntimeHintsAgentPlugin implements Plugin<Project> {