From ca4cc93b31fe49b35bbcc5f47500f8a054a33c71 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 24 Feb 2024 09:15:41 -0500 Subject: [PATCH] Fix Quartz use --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bc446f4c62..51a530e1df 100644 --- a/README.md +++ b/README.md @@ -236,9 +236,7 @@ dependencyResolutionManagement { Add the dependency ```gradle -implementation('com.github.vitorpamplona.amethyst:quartz:v0.84.3') { - exclude group: 'net.java.dev.jna' -} +implementation('com.github.vitorpamplona.amethyst:quartz:v0.84.3') ``` ## Contributing