Change to mavenCentral since JCenter shut down.
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user