Skip to content

Commit bae7ac2

Browse files
committed
[Build] Clarify codecs out of sync.
1 parent 551e8d1 commit bae7ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ task verifyJavaIrCodecsInSync(dependsOn: 'computeUpdatedIrHash') {
734734
final byte[] newHash = Files.readAllBytes(newHashFile.toPath())
735735
if (!Arrays.equals(oldHash, newHash))
736736
{
737-
throw new GradleException("Java Ir codecs are out of sync!")
737+
throw new GradleException("Java Ir codecs are out of sync! Please execute the `generateJavaIrCodecs` task and commit the changes.")
738738
}
739739
}
740740
}

0 commit comments

Comments
 (0)