typo in gradle settings - unrecognized by gradle

This commit is contained in:
Jörg Prante 2023-10-19 18:24:34 +02:00
parent e1266a3b44
commit ff5512b813

View file

@ -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')
}