From 02c8747ed87d26919945c5ee67c312bd83058af7 Mon Sep 17 00:00:00 2001 From: Cedric Guillemet <1312968+CedricGuillemet@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:40:56 +0100 Subject: [PATCH] IncrementalTaskInputs fix test --- Apps/Playground/0.64/android/gradle.properties | 3 +++ Apps/Playground/0.65/android/gradle.properties | 3 +++ Apps/Playground/0.69/android/gradle.properties | 3 +++ Apps/Playground/0.70/android/gradle.properties | 3 +++ Apps/Playground/0.71/android/gradle.properties | 3 +++ 5 files changed, 15 insertions(+) diff --git a/Apps/Playground/0.64/android/gradle.properties b/Apps/Playground/0.64/android/gradle.properties index 3bdbd3d4e..8f89d799c 100644 --- a/Apps/Playground/0.64/android/gradle.properties +++ b/Apps/Playground/0.64/android/gradle.properties @@ -26,3 +26,6 @@ android.enableJetifier=true # Version of flipper SDK to use with React Native FLIPPER_VERSION=0.54.0 + +#https://docs.gradle.org/nightly/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api +android.experimental.legacyTransform.forceNonIncremental=true diff --git a/Apps/Playground/0.65/android/gradle.properties b/Apps/Playground/0.65/android/gradle.properties index dbcbe6f20..f1c3ed408 100644 --- a/Apps/Playground/0.65/android/gradle.properties +++ b/Apps/Playground/0.65/android/gradle.properties @@ -26,3 +26,6 @@ android.enableJetifier=true # Version of flipper SDK to use with React Native FLIPPER_VERSION=0.93.0 + +#https://docs.gradle.org/nightly/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api +android.experimental.legacyTransform.forceNonIncremental=true diff --git a/Apps/Playground/0.69/android/gradle.properties b/Apps/Playground/0.69/android/gradle.properties index fa4feae5f..982a0373c 100644 --- a/Apps/Playground/0.69/android/gradle.properties +++ b/Apps/Playground/0.69/android/gradle.properties @@ -38,3 +38,6 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # to write custom TurboModules/Fabric components OR use libraries that # are providing them. newArchEnabled=false + +#https://docs.gradle.org/nightly/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api +android.experimental.legacyTransform.forceNonIncremental=true diff --git a/Apps/Playground/0.70/android/gradle.properties b/Apps/Playground/0.70/android/gradle.properties index fa4feae5f..982a0373c 100644 --- a/Apps/Playground/0.70/android/gradle.properties +++ b/Apps/Playground/0.70/android/gradle.properties @@ -38,3 +38,6 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # to write custom TurboModules/Fabric components OR use libraries that # are providing them. newArchEnabled=false + +#https://docs.gradle.org/nightly/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api +android.experimental.legacyTransform.forceNonIncremental=true diff --git a/Apps/Playground/0.71/android/gradle.properties b/Apps/Playground/0.71/android/gradle.properties index e4af465e8..31c9c7beb 100644 --- a/Apps/Playground/0.71/android/gradle.properties +++ b/Apps/Playground/0.71/android/gradle.properties @@ -42,3 +42,6 @@ newArchEnabled=false # Use this property to enable or disable the Hermes JS engine. # If set to false, you will be using JSC instead. hermesEnabled=true + +#https://docs.gradle.org/nightly/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api +android.experimental.legacyTransform.forceNonIncremental=true