From d1454d434a03c7e0f2e24be887ccc32a6d01b22a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 31 Oct 2025 11:19:52 -0400 Subject: [PATCH] Fix for error on CI: Source directory '/dd-java-agent/benchmark-integration/play-perftest/build/src/play/routes' is not a directory. --- .../benchmark-integration/play-perftest/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dd-java-agent/benchmark-integration/play-perftest/build.gradle b/dd-java-agent/benchmark-integration/play-perftest/build.gradle index f220f6c2f91..77653ebc6b1 100644 --- a/dd-java-agent/benchmark-integration/play-perftest/build.gradle +++ b/dd-java-agent/benchmark-integration/play-perftest/build.gradle @@ -1,9 +1,9 @@ -import com.github.spotbugs.snom.SpotBugsTask - plugins { id 'org.gradle.playframework' } +apply from: "$rootDir/dd-smoke-tests/play-common/fix-play-routes.gradle" + def playVer = "2.6.20" def scalaVer = System.getProperty("scala.binary.version", /* default = */ "2.12")