diff --git a/jadx-core/build.gradle.kts b/jadx-core/build.gradle.kts index 7feb2180a..ccfd69a80 100644 --- a/jadx-core/build.gradle.kts +++ b/jadx-core/build.gradle.kts @@ -26,4 +26,8 @@ dependencies { tasks.test { exclude("**/tmp/*") + + // disable cache to allow test's rerun, + // because most tests are integration and depends on plugins and environment + outputs.cacheIf { false } }