From ff5512b81312cd9168d0ebb47626822aea0d0e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Prante?= Date: Thu, 19 Oct 2023 18:24:34 +0200 Subject: [PATCH] typo in gradle settings - unrecognized by gradle --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 24de45f..e027bdc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -44,7 +44,7 @@ dependencyResolutionManagement { library('zxing', 'com.google.zxing', 'javase').version('3.5.2') // test only library('reflections', 'org.reflections', 'reflections').version('0.9.11') // test only library('jfreechart', 'org.jfree', 'jfreechart').version('1.5.2') // test only - library('datastructures-settings', 'org.xbib', 'settings-datastructures')versionRef('datastructures') + library('datastructures-settings', 'org.xbib', 'settings-datastructures').versionRef('datastructures') library('datastructures-settings-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures') library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures') }