diff --git a/thirdparty/catch2/build.gradle b/thirdparty/catch2/build.gradle index aed7d49afe2..d1f00fec5de 100644 --- a/thirdparty/catch2/build.gradle +++ b/thirdparty/catch2/build.gradle @@ -55,8 +55,4 @@ tasks.withType(CppCompile) { dependsOn generateCatchUserConfig } -tasks.withType(TestCpp) { - dependsOn generateCatchUserConfig -} - apply from: 'publish.gradle'