Skip to content

Commit

Permalink
Update maven-publish plugin (0.12.0) and ktlint plugin (9.3.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Aug 15, 2020
1 parent b961cd0 commit b27e3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:4.0.1")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.11.1")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.12.0")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.10.1")
classpath("org.jetbrains.kotlinx:binary-compatibility-validator:0.2.3")
classpath("org.jlleitschuh.gradle:ktlint-gradle:9.2.1")
classpath("org.jlleitschuh.gradle:ktlint-gradle:9.3.0")
classpath(kotlin("gradle-plugin", version = "1.3.72"))
}
}
Expand Down

0 comments on commit b27e3e4

Please sign in to comment.