File tree Expand file tree Collapse file tree
gradle-plugins/react/brownfield
packages/react-native-brownfield/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Prepare Android environment
5050 uses : ./.github/actions/prepare-android
5151
52- - name : Restore Android build cache
53- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
54- with :
55- path : |
56- apps/TesterIntegrated/kotlin/build
57- apps/TesterIntegrated/kotlin/app/.cxx
58- apps/TesterIntegrated/kotlin/app/build
59- apps/RNApp/android/build
60- apps/RNApp/android/app/.cxx
61- apps/RNApp/android/app/build
62- apps/AndroidApp/build
63- apps/AndroidApp/app/build
64- apps/AndroidApp/app/.cxx
65- key : ${{ runner.os }}-android-build-road-tests-${{ github.sha }}
66- restore-keys : |
67- ${{ runner.os }}-android-build-road-tests-
68-
6952 - name : Restore Gradle cache
7053 uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
7154 with :
Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ kotlin.code.style=official
2020# Enables namespacing of each library's R class so that its R class includes only the
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
23- android.nonTransitiveRClass =true
23+ android.nonTransitiveRClass =true
24+ # Enable Gradle's build cache
25+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -42,3 +42,6 @@ hermesEnabled=true
4242# This allows your app to draw behind system bars for an immersive UI.
4343# Note: Only works with ReactActivity and should not be used with custom Activity.
4444edgeToEdgeEnabled =false
45+
46+ # Enable Gradle's build cache
47+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -31,3 +31,6 @@ newArchEnabled=true
3131# Use this property to enable or disable the Hermes JS engine.
3232# If set to false, you will be using JSC instead.
3333hermesEnabled =true
34+
35+ # Enable Gradle's build cache
36+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ DESCRIPTION=Helps you generate Fat Aar for React Native Brownfield Projects
99GITHUB_URL =https://github.com/callstack/react-native-brownfield/
1010SCM_CONNECTION =scm:git:git://github.com/callstack/react-native-brownfield.git
1111SCM_DEV_CONNECTION =scm:git:ssh://git@github.com:callstack/react-native-brownfield.git
12+
13+ # Enable Gradle's build cache
14+ org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ RNBrownfield_minSdkVersion=21
33RNBrownfield_targetSdkVersion =31
44RNBrownfield_compileSdkVersion =31
55RNBrownfield_ndkversion =21.4.7075529
6+
7+ # Enable Gradle's build cache
8+ org.gradle.caching =true
You can’t perform that action at this time.
0 commit comments