From edc110dcc148be7362c4e48ffbff151764afc966 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Oct 2022 14:46:38 +0530 Subject: chore(gradle): add missing suppressions and license headers --- sentry-stub/build.gradle.kts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sentry-stub/build.gradle.kts') 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") -- cgit v1.2.3