diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-11-30 01:37:42 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-03 12:59:58 +0530 |
commit | a80020477f4717f04d39593dd0c558182ec369a4 (patch) | |
tree | cb5040352cfc8106c0af56be29669283a9d1d2cc /gradle | |
parent | 120dc5fca46f41886f7ecdd84332b519b5bc5584 (diff) |
gradle: add Maven Publish and Dokka plugins to root
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7759644f..6f4be2f3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -66,8 +66,6 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -build-dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.6.0" - build-download = "de.undercouch:gradle-download-task:4.1.2" build-hilt = "com.google.dagger:hilt-android-gradle-plugin:2.40.3" @@ -78,8 +76,6 @@ dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } -build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0" - build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" build-semver = "com.vdurmont:semver4j:3.1.0" |