typo in gradle settings - unrecognized by gradle
This commit is contained in:
parent
e1266a3b44
commit
ff5512b813
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue