From c80a25ccc73cde2cb41864c4377cf8222e46fe6e Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Tue, 12 Mar 2024 16:48:48 -0700 Subject: [PATCH] chore: tip about verification metadata Signed-off-by: Sam Gammon --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 446c1f9e..dd2f17e7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This repository provides sub-module library overrides for popular Java libraries which don't yet provide JPMS support (at least until some PRs are merged!). There is a Maven repository which contains these artifacts, too, so you can safely use them in your projects. +> [!TIP] +> **These libraries should be treated like `SNAPSHOT` versions until a release is issued. If you see hash failures with Gradle, make sure to pass `--write-verification-metadata ...`.** + #### Pending PRs Tracking issue [here][6] provides the best tracker. Once these PRs are merged and changes are released, this repo becomes obsolete.