summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/build.gradle.kts1
-rw-r--r--autofill-parser/build.gradle.kts1
-rw-r--r--build-logic/android-plugins/build.gradle.kts1
-rw-r--r--build-logic/automation-plugins/build.gradle.kts1
-rw-r--r--build-logic/kotlin-plugins/build.gradle.kts1
-rw-r--r--coroutine-utils-testing/build.gradle.kts2
-rw-r--r--coroutine-utils/build.gradle.kts2
-rw-r--r--crypto-common/build.gradle.kts2
-rw-r--r--crypto-pgpainless/build.gradle.kts1
-rw-r--r--format-common-impl/build.gradle.kts6
-rw-r--r--format-common/build.gradle.kts1
-rw-r--r--passgen/diceware/build.gradle.kts1
-rw-r--r--passgen/random/build.gradle.kts6
-rw-r--r--sentry-stub/build.gradle.kts6
-rw-r--r--ui-compose/build.gradle.kts6
15 files changed, 38 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 54bf2af7..4cb4685b 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -2,6 +2,7 @@
* 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 {
id("com.github.android-password-store.android-application")
diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts
index 0abeaa0e..a77694a0 100644
--- a/autofill-parser/build.gradle.kts
+++ b/autofill-parser/build.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
*/
+@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins {
id("com.github.android-password-store.published-android-library")
diff --git a/build-logic/android-plugins/build.gradle.kts b/build-logic/android-plugins/build.gradle.kts
index 870f5d18..23a14da0 100644
--- a/build-logic/android-plugins/build.gradle.kts
+++ b/build-logic/android-plugins/build.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
+@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
import org.gradle.api.JavaVersion
import org.gradle.api.tasks.compile.JavaCompile
diff --git a/build-logic/automation-plugins/build.gradle.kts b/build-logic/automation-plugins/build.gradle.kts
index 795066a5..0aa6b3ac 100644
--- a/build-logic/automation-plugins/build.gradle.kts
+++ b/build-logic/automation-plugins/build.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
+@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
import org.gradle.api.JavaVersion
import org.gradle.api.tasks.compile.JavaCompile
diff --git a/build-logic/kotlin-plugins/build.gradle.kts b/build-logic/kotlin-plugins/build.gradle.kts
index 1a547454..fc08cd15 100644
--- a/build-logic/kotlin-plugins/build.gradle.kts
+++ b/build-logic/kotlin-plugins/build.gradle.kts
@@ -2,6 +2,7 @@
* Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
+@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
import org.gradle.api.JavaVersion
import org.gradle.api.tasks.compile.JavaCompile
diff --git a/coroutine-utils-testing/build.gradle.kts b/coroutine-utils-testing/build.gradle.kts
index 96d87dc1..62ff4eeb 100644
--- a/coroutine-utils-testing/build.gradle.kts
+++ b/coroutine-utils-testing/build.gradle.kts
@@ -2,6 +2,8 @@
* 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")
diff --git a/coroutine-utils/build.gradle.kts b/coroutine-utils/build.gradle.kts
index 78f1e8c2..3daf5f4f 100644
--- a/coroutine-utils/build.gradle.kts
+++ b/coroutine-utils/build.gradle.kts
@@ -2,6 +2,8 @@
* 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")
diff --git a/crypto-common/build.gradle.kts b/crypto-common/build.gradle.kts
index b644cddd..d05c1ad1 100644
--- a/crypto-common/build.gradle.kts
+++ b/crypto-common/build.gradle.kts
@@ -2,6 +2,8 @@
* 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")
diff --git a/crypto-pgpainless/build.gradle.kts b/crypto-pgpainless/build.gradle.kts
index 93d56eff..56c0c762 100644
--- a/crypto-pgpainless/build.gradle.kts
+++ b/crypto-pgpainless/build.gradle.kts
@@ -2,6 +2,7 @@
* 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")
diff --git a/format-common-impl/build.gradle.kts b/format-common-impl/build.gradle.kts
index c3092f6d..f9bd7628 100644
--- a/format-common-impl/build.gradle.kts
+++ b/format-common-impl/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 {
id("com.github.android-password-store.android-library")
id("com.github.android-password-store.kotlin-android")
diff --git a/format-common/build.gradle.kts b/format-common/build.gradle.kts
index 722f5259..a42a2404 100644
--- a/format-common/build.gradle.kts
+++ b/format-common/build.gradle.kts
@@ -2,6 +2,7 @@
* 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")
diff --git a/passgen/diceware/build.gradle.kts b/passgen/diceware/build.gradle.kts
index f612b691..5a7ce8c1 100644
--- a/passgen/diceware/build.gradle.kts
+++ b/passgen/diceware/build.gradle.kts
@@ -2,6 +2,7 @@
* 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 {
id("com.github.android-password-store.android-library")
diff --git a/passgen/random/build.gradle.kts b/passgen/random/build.gradle.kts
index f91458dd..ea598259 100644
--- a/passgen/random/build.gradle.kts
+++ b/passgen/random/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")
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")
diff --git a/ui-compose/build.gradle.kts b/ui-compose/build.gradle.kts
index 8f874f62..95a0113e 100644
--- a/ui-compose/build.gradle.kts
+++ b/ui-compose/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 {
id("com.github.android-password-store.android-library")
id("com.github.android-password-store.kotlin-android")