You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,13 +131,15 @@ static class AndroidJavaCompile_BootClasspath_Workaround implements Workaround {
131
131
132
132
### Unresolved Issues
133
133
134
-
The following caching issues are fixed by the cache fix plugin but unresolved in any current or upcoming preview release of the Android Gradle Plugin as of 2021-11-29.
134
+
The following caching issues are fixed by the cache fix plugin but unresolved in any current or upcoming preview release of the Android Gradle Plugin as of 2022-09-09.
135
135
136
136
Please star them if you are experiencing them in your project.
137
137
138
-
* MergeResources is not relocatable: https://issuetracker.google.com/issues/141301405 and now https://issuetracker.google.com/issues/236001083
The following issue is not fixed by the Android Cache Fix plugin since it has no workaround and is not fixed in any current or future release of the Android Gradle Plugin.
141
+
* MergeResources is not relocatable: https://issuetracker.google.com/issues/236001083
142
+
141
143
## Implementation Notes
142
144
143
145
### RoomSchemaLocationWorkaround
@@ -179,7 +181,7 @@ directories. Schemas exported from different variants will be merged in the dir
It has been observed that caching the `MergeNativeLibsTask`, `StripDebugSymbols`, `MergeJavaResources`, `MergeSourceSetFolders`, `BundleLibraryClassesJar`, `DataBindingMergeDependencyArtifacts`, `LibraryJniLibs` and `ZipMergingTask` tasks rarely provide any significant positive avoidance savings. In fact, they frequently provide negative savings, especially when fetched from a remote cache node. As such, these workarounds actually disable caching for these tasks.
184
+
It has been observed that caching the `MergeNativeLibsTask`, `StripDebugSymbols`, `MergeSourceSetFolders`, `BundleLibraryClassesJar`, `DataBindingMergeDependencyArtifacts`, `LibraryJniLibs` and `ZipMergingTask` tasks rarely provide any significant positive avoidance savings. In fact, they frequently provide negative savings, especially when fetched from a remote cache node. As such, these workarounds disable caching for these tasks.
183
185
184
186
### Older Android Gradle Plugin Versions
185
187
@@ -191,7 +193,7 @@ Use Android Cache Fix Plugin 2.4.6 when using an older Android Gradle Plugin ver
191
193
192
194
## License
193
195
194
-
The Android Cache Fix Gradle plugin is open-source software released under the [Apache 2.0 License][apache-license].
196
+
The Android Cache Fix Gradle plugin is open-source software released under the [Apache 2.0 License][apache-license].
0 commit comments