Skip to content

Instantly share code, notes, and snippets.

@jprinet
Last active September 28, 2022 08:21
Show Gist options
  • Save jprinet/43e3001a9bc34c517a0c6586403551b1 to your computer and use it in GitHub Desktop.
Save jprinet/43e3001a9bc34c517a0c6586403551b1 to your computer and use it in GitHub Desktop.
Ignore JavaCompile task input differences compilerArgumentProviders.$i.extractedJdkImage
// This normalization block should be combined with the Android cache fix plugin
// https://github.com/gradle/android-cache-fix-gradle-plugin#applying-the-plugin
normalization {
runtimeClasspath {
// See https://github.com/gradle/android-cache-fix-gradle-plugin/issues/341 for more details
ignore '**/java/lang/invoke/**'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment