Skip to content

Commit

Permalink
Update plugins and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed May 23, 2020
1 parent 7d4de88 commit 4ef007c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`java-gradle-plugin`
`kotlin-dsl`
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.11.0"
id("org.jlleitschuh.gradle.ktlint") version "9.2.1"
}

Expand Down Expand Up @@ -35,7 +35,7 @@ val additionalPluginClasspath by configurations.creating

val errorproneVersion = "2.3.4"
val errorproneJavacVersion = "9+181-r4173-1"
val androidPluginVersion = "3.6.0"
val androidPluginVersion = "3.6.3"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.gradle.enterprise") version "3.1.1"
id("com.gradle.enterprise") version "3.3.1"
}
gradleEnterprise {
buildScan {
Expand Down

0 comments on commit 4ef007c

Please sign in to comment.