From e234f4f9abe54d4612d52f1d220b9a83d68d88d6 Mon Sep 17 00:00:00 2001 From: Gyuri Grell Date: Tue, 7 Oct 2025 10:49:46 -0400 Subject: [PATCH] Fix repository spelling in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92fa94..db1c261 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Releases are published to Maven Central, and individual archives are also availa ```groovy subprojects { - repositiories { + repositories { mavenCentral() } } @@ -27,7 +27,7 @@ subprojects { Add this repository to have access to Maven Central snapshots: ```groovy subprojects { - repositiories { + repositories { maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' mavenContent { snapshotsOnly() }