We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e8d1 commit bae7ac2Copy full SHA for bae7ac2
build.gradle
@@ -734,7 +734,7 @@ task verifyJavaIrCodecsInSync(dependsOn: 'computeUpdatedIrHash') {
734
final byte[] newHash = Files.readAllBytes(newHashFile.toPath())
735
if (!Arrays.equals(oldHash, newHash))
736
{
737
- throw new GradleException("Java Ir codecs are out of sync!")
+ throw new GradleException("Java Ir codecs are out of sync! Please execute the `generateJavaIrCodecs` task and commit the changes.")
738
}
739
740
0 commit comments