Temporarily add jcenter repo

- To resolve asciidoctor update and changes later,
  add jcenter to get asciidoctorj-groovy-dsl-1.6.0
  downloaded if not cached.
- Relates to #926
This commit is contained in:
Janne Valkealahti
2021-03-12 12:40:07 +00:00
parent 60cd30d1f6
commit e56591c5e9

View File

@@ -80,6 +80,7 @@ configure(allprojects) {
repositories {
mavenCentral()
jcenter()
maven { url 'https://repo.springsource.org/libs-snapshot' }
maven { url 'https://repo.springsource.org/libs-release' }
maven { url 'https://repo.springsource.org/libs-milestone' }