We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370c855 commit 364bb8bCopy full SHA for 364bb8b
dd-java-agent/benchmark-integration/play-perftest/build.gradle
@@ -1,9 +1,9 @@
1
-import com.github.spotbugs.snom.SpotBugsTask
2
-
3
plugins {
4
id 'org.gradle.playframework'
5
}
6
+apply from: "$rootDir/dd-smoke-tests/play-common/fix-play-routes.gradle"
+
7
def playVer = "2.6.20"
8
def scalaVer = System.getProperty("scala.binary.version", /* default = */ "2.12")
9
0 commit comments