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")