From 2f524fc2b7bb8c957267c0f67e7cb75a99612475 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 21 Mar 2023 11:36:32 +0530 Subject: fix(build): remove `DSL_SCOPE_VIOLATION` suppression This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block --- autofill-parser/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) (limited to 'autofill-parser') diff --git a/autofill-parser/build.gradle.kts b/autofill-parser/build.gradle.kts index a77694a0..844b7f3b 100644 --- a/autofill-parser/build.gradle.kts +++ b/autofill-parser/build.gradle.kts @@ -2,8 +2,6 @@ * 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") id("com.github.android-password-store.kotlin-android") -- cgit v1.2.3