From 019ff8e7e557b7ad823ba5f585e1f1cb2da1025d Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Fri, 27 Oct 2023 09:55:57 +0200 Subject: [PATCH] docs: update README Fix information on using SNAPSHOT version. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 611ca4f..68d76fe 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Snapshot versions are available in the related sonatype repository: ```groovy buildscript { repositories { + mavenCentral() maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }