File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,10 @@ object Build {
356
356
.withMaxFailures(10 )
357
357
.withClassesFilter((className, _) => ! noRetryTestClasses.contains(className))
358
358
)
359
- }
359
+ },
360
+ // Deactivate Develocity's test caching because it caches all tests or nothing.
361
+ // Also at the moment, it does not take compilation files as inputs.
362
+ Test / develocityBuildCacheClient := None ,
360
363
)
361
364
362
365
// Settings shared globally (scoped in Global). Used in build.sbt
@@ -1015,10 +1018,6 @@ object Build {
1015
1018
sjsSources
1016
1019
} (Set (scalaJSIRSourcesJar)).toSeq
1017
1020
}.taskValue,
1018
-
1019
- // Develocity's Build Cache does not work with our compilation tests
1020
- // at the moment: it does not take compilation files as inputs.
1021
- Test / develocityBuildCacheClient := None ,
1022
1021
)
1023
1022
1024
1023
def insertClasspathInArgs (args : List [String ], cp : String ): List [String ] = {
You can’t perform that action at this time.
0 commit comments