aboutsummaryrefslogtreecommitdiff
path: root/symbol-processing
diff options
context:
space:
mode:
authorTing-Yuan Huang <laszio@google.com>2021-08-24 13:55:29 -0700
committerlaszio <ting-yuan@users.noreply.github.com>2021-08-24 14:27:32 -0700
commit8679f13b141960993ad2b95a55abef276cfd1e58 (patch)
tree60865f6c128052d6da6d6f877d463575b48ade7d /symbol-processing
parentdad307ae7777559f13b576e886388d3a70a8256e (diff)
downloadksp-8679f13b141960993ad2b95a55abef276cfd1e58.tar.gz
Fix javadoc dependency and gradle warning
Diffstat (limited to 'symbol-processing')
-rw-r--r--symbol-processing/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol-processing/build.gradle.kts b/symbol-processing/build.gradle.kts
index 225e7d37..941342c9 100644
--- a/symbol-processing/build.gradle.kts
+++ b/symbol-processing/build.gradle.kts
@@ -28,7 +28,7 @@ tasks.withType<ShadowJar>() {
tasks {
publish {
dependsOn(shadowJar)
- dependsOn(project(":compiler-plugin:dokkaJavadocJar"))
+ dependsOn(project(":compiler-plugin").tasks["dokkaJavadocJar"])
}
val sourcesJar by creating(Jar::class) {