diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 14:46:38 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 14:46:38 +0530 |
commit | edc110dcc148be7362c4e48ffbff151764afc966 (patch) | |
tree | 9eab1687059f9786e09cee2c76d2cbfd5583d594 /sentry-stub | |
parent | f5c49c285dcd573524d1ad80d075a646ca4972cf (diff) |
chore(gradle): add missing suppressions and license headers
Diffstat (limited to 'sentry-stub')
-rw-r--r-- | sentry-stub/build.gradle.kts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sentry-stub/build.gradle.kts b/sentry-stub/build.gradle.kts index f91458dd..ea598259 100644 --- a/sentry-stub/build.gradle.kts +++ b/sentry-stub/build.gradle.kts @@ -1,3 +1,9 @@ +/* + * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-only + */ +@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") + plugins { kotlin("jvm") id("com.github.android-password-store.kotlin-library") |