Moved to Maven Central instead of JCenter.
This commit is contained in:
parent
67665ca859
commit
d33cd60fe0
10 changed files with 88 additions and 135 deletions
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.10"
|
||||
id("com.github.ben-manes.versions") version "0.33.0"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.4.31"
|
||||
id("com.github.ben-manes.versions") version "0.38.0"
|
||||
application
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
|||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue