Change to mavenCentral since JCenter shut down.

This commit is contained in:
Jordan Burns
2021-07-13 11:39:10 -06:00
parent 0a567d1a49
commit 9acf0f8bd2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,12 +17,12 @@ compileKotlin {
}
repositories {
maven { url "https://dl.bintray.com/jetbrains/markdown" }
mavenCentral()
}
dependencies {
implementation("com.github.ajalt.mordant:mordant:2.0.0-alpha2")
implementation "org.jetbrains:markdown-jvm:0.2.0.pre-55"
implementation "org.jetbrains:markdown-jvm:0.2.0"
implementation 'com.google.guava:guava:29.0-jre'
implementation 'mysql:mysql-connector-java:8.0.21'
implementation 'io.github.classgraph:classgraph:4.8.98'