aboutsummaryrefslogtreecommitdiff
path: root/dependency-sync
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-11 00:12:54 +0530
committerGitHub <noreply@github.com>2021-12-11 00:12:54 +0530
commit7d39bc0ae201361eb787055ccb0d5edcb31f83a2 (patch)
treef1f7154a7ecf17acd2bb45ed8735a4750203d0c7 /dependency-sync
parentb59c4f068cd9f4791a78d94c3c75f7484423f977 (diff)
Miscellaneous build and CI cleanups (#1587)
Diffstat (limited to 'dependency-sync')
-rw-r--r--dependency-sync/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 308b8b57..b45a295a 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -9,9 +9,11 @@ dependencies {
// Build tooling
dependencySync("com.android.tools.build:gradle:7.0.3")
dependencySync("org.jetbrains.kotlinx:binary-compatibility-validator:0.8.0")
+ dependencySync("org.jetbrains.dokka:dokka-gradle-plugin:1.6.0")
dependencySync("de.undercouch:gradle-download-task:4.1.2")
dependencySync("com.google.dagger:hilt-android-gradle-plugin:2.40.5")
dependencySync("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0")
+ dependencySync("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
dependencySync("com.vdurmont:semver4j:3.1.0")
dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.4")