Moved from JCenter to Maven Central.
Updated dependencies.
This commit is contained in:
parent
c08cb0708d
commit
8eb6847aad
6 changed files with 62 additions and 105 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue