Skip to content

Commit

Permalink
removed jcenter from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed Jan 20, 2022
1 parent cda9f0e commit 88902b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ buildscript {
catalogDir = "$projectDir/docbook/catalog"
}
repositories {
jcenter()
mavenCentral()
maven {
url "https://repo.gradle.org/gradle/libs-releases"
}
mavenLocal()
}
dependencies {
classpath "org.asciidoctor:asciidoctorj:$asciidoctorjVersion"
Expand Down

0 comments on commit 88902b4

Please sign in to comment.