aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle-integration-tests
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-02 09:26:30 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-07-02 12:48:53 +0200
commit0af0ef9ae462b9153758625410b67d7dc5b57a3d (patch)
tree0ebeb76177dce075552a70d40df7f702165852eb /integration-tests/gradle-integration-tests
parent012190fbfd049f56637b1039f4ae1f69becea881 (diff)
downloaddokka-0af0ef9ae462b9153758625410b67d7dc5b57a3d.tar.gz
dokka-0af0ef9ae462b9153758625410b67d7dc5b57a3d.tar.bz2
dokka-0af0ef9ae462b9153758625410b67d7dc5b57a3d.zip
Introduce special gradle plugin publication for integration tests
Diffstat (limited to 'integration-tests/gradle-integration-tests')
-rw-r--r--integration-tests/gradle-integration-tests/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/gradle-integration-tests/build.gradle.kts b/integration-tests/gradle-integration-tests/build.gradle.kts
index 4db0f976..7cb96738 100644
--- a/integration-tests/gradle-integration-tests/build.gradle.kts
+++ b/integration-tests/gradle-integration-tests/build.gradle.kts
@@ -40,5 +40,6 @@ tasks {
test {
systemProperty("android.licenses.overwrite", project.findProperty("android.licenses.overwrite") ?: "")
inputs.dir(file("testData"))
+ exclude("*") // TODO: Remove this exclude when tests are migrated
}
}