Moved to Maven Central instead of JCenter.

This commit is contained in:
Erik C. Thauvin 2021-03-20 00:45:35 -07:00
parent 67665ca859
commit d33cd60fe0
10 changed files with 88 additions and 135 deletions

View file

@ -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 {