diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-03 23:50:41 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-03 23:50:41 +0200 |
| commit | 268858203f77d030ee1155c2fb30522d0314878b (patch) | |
| tree | e1b59ad61372d7d7b22cef3f573865fc500c40b2 /libs | |
| parent | 2faad70235a412ef435d4c62e6d778d55ef6512b (diff) | |
Move test options to android-conventions plugin
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/samba/build.gradle.kts | 7 |
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 - } } } } |
