summaryrefslogtreecommitdiff
path: root/libs/samba/build.gradle.kts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-09-03 23:50:41 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-09-03 23:50:41 +0200
commit268858203f77d030ee1155c2fb30522d0314878b (patch)
treee1b59ad61372d7d7b22cef3f573865fc500c40b2 /libs/samba/build.gradle.kts
parent2faad70235a412ef435d4c62e6d778d55ef6512b (diff)
Move test options to android-conventions plugin
Diffstat (limited to 'libs/samba/build.gradle.kts')
-rw-r--r--libs/samba/build.gradle.kts7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/samba/build.gradle.kts b/libs/samba/build.gradle.kts
index bae1ec9..1953bdf 100644
--- a/libs/samba/build.gradle.kts
+++ b/libs/samba/build.gradle.kts
@@ -1,5 +1,3 @@
-import org.gradle.api.tasks.testing.logging.TestExceptionFormat
-
plugins {
alias(libs.plugins.android.library)
}
@@ -34,11 +32,6 @@ android {
test.systemProperty("dockerDir", dockerDir.toString())
test.systemProperty("shareDir", shareDir.get().toString())
-
- test.testLogging {
- showStandardStreams = true
- exceptionFormat = TestExceptionFormat.FULL
- }
}
}
}