Skip to content

Commit 364bb8b

Browse files
Fix for error on CI: Source directory '/dd-java-agent/benchmark-integration/play-perftest/build/src/play/routes' is not a directory. (#9891)
1 parent 370c855 commit 364bb8b

File tree

1 file changed

+2
-2
lines changed
  • dd-java-agent/benchmark-integration/play-perftest

1 file changed

+2
-2
lines changed

dd-java-agent/benchmark-integration/play-perftest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import com.github.spotbugs.snom.SpotBugsTask
2-
31
plugins {
42
id 'org.gradle.playframework'
53
}
64

5+
apply from: "$rootDir/dd-smoke-tests/play-common/fix-play-routes.gradle"
6+
77
def playVer = "2.6.20"
88
def scalaVer = System.getProperty("scala.binary.version", /* default = */ "2.12")
99

0 commit comments

Comments
 (0)