diff --git a/project/Build.scala b/project/Build.scala index db0949c46b50..7515eb3c9552 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -908,6 +908,10 @@ object Build { sjsSources } (Set(scalaJSIRSourcesJar)).toSeq }.taskValue, + + // Develocity's Build Cache does not work with our compilation tests + // at the moment. + Test / develocityBuildCacheClient := None, ) def insertClasspathInArgs(args: List[String], cp: String): List[String] = {