diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-10-09 13:13:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 13:13:14 +0530 |
commit | 6df3ba0083f89907a4393652f3b4392334c3b8a1 (patch) | |
tree | f76994d8bb6e7d9f03b3d2d9f6588cce19cae6fc /autofill-parser | |
parent | c7fdd913c599805a92c29a7d1ddd57140e182b6e (diff) |
Upgrade plugin dependencies and fix Javadoc generation (#1517)
* build: upgrade all plugins
* autofill-parser/openpgp-ktx: apply Dokka plugin
* Move repository configuration to settings.gradle.kts
* Replace deprecated lintOptions
* Reorder repositories
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index ed5b5b35..9e748cc5 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -7,6 +7,7 @@ plugins { id("com.android.library") id("com.vanniktech.maven.publish") kotlin("android") + id("org.jetbrains.dokka") `aps-plugin` `psl-plugin` } |