Last active
September 28, 2022 08:21
-
-
Save jprinet/43e3001a9bc34c517a0c6586403551b1 to your computer and use it in GitHub Desktop.
Ignore JavaCompile task input differences compilerArgumentProviders.$i.extractedJdkImage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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