diff options
| author | Albin <albin@mullvad.net> | 2023-08-04 12:01:07 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-08-04 17:16:07 +0200 |
| commit | 106d51dce8d6d8abdadb55336d153cad044ebb54 (patch) | |
| tree | d6eb5d62ea161dc0471dbddd992a4815a175ed63 /android | |
| parent | aea996d820b4fb9981b2ade96c93640457cfd852 (diff) | |
| download | mullvadvpn-106d51dce8d6d8abdadb55336d153cad044ebb54.tar.xz mullvadvpn-106d51dce8d6d8abdadb55336d153cad044ebb54.zip | |
Suppress unstable testOptions api
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 56162b54c0..56b6480210 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -126,6 +126,9 @@ android { dependsOn(getTasksByName("copyExtraAssets", true)) } + // Suppressing since we don't seem have much of an option than using this api. The impact should + // also be limited to tests. + @Suppress("UnstableApiUsage") testOptions { unitTests.all { test -> test.testLogging { |
