aboutsummaryrefslogtreecommitdiff
path: root/symbol-processing
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@gmail.com>2020-12-23 09:32:56 -0800
committerlaszio <ting-yuan@users.noreply.github.com>2021-01-28 13:42:09 -0800
commit95488467326953d667e5b4f01f31d3980e48edc9 (patch)
tree67ee42e9b674374adc11e967c41fdb7786c6f507 /symbol-processing
parent1189677c02e2f3228ebaaf2e3b71ad9ab7bed6b2 (diff)
downloadksp-95488467326953d667e5b4f01f31d3980e48edc9.tar.gz
Add integration tests for plugin
This PR adds a testing infra for the gradle plugin and also adds support for android variants.
Diffstat (limited to 'symbol-processing')
-rw-r--r--symbol-processing/build.gradle.kts6
1 files changed, 0 insertions, 6 deletions
diff --git a/symbol-processing/build.gradle.kts b/symbol-processing/build.gradle.kts
index 57971c82..0e5ef0d4 100644
--- a/symbol-processing/build.gradle.kts
+++ b/symbol-processing/build.gradle.kts
@@ -69,10 +69,4 @@ publishing {
}
}
}
- repositories {
- maven {
- name = "test"
- url = uri("${rootProject.buildDir}/repos/test")
- }
- }
}