Moved from JCenter to Maven Central.

Updated dependencies.
This commit is contained in:
Erik C. Thauvin 2021-03-21 17:54:34 -07:00
parent c08cb0708d
commit 8eb6847aad
6 changed files with 62 additions and 105 deletions

View file

@ -1,6 +1,6 @@
plugins {
application
kotlin("jvm") version "1.4.0"
kotlin("jvm") version "1.4.31"
}
// .gradlew run
@ -8,7 +8,7 @@ plugins {
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
dependencies {
compile("net.thauvin.erik:pinboard-poster:1.0.1")
compile("net.thauvin.erik:pinboard-poster:1.1.0")
}
application {
@ -17,5 +17,5 @@ application {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}