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 --- build-logic/automation-plugins/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build-logic/automation-plugins') 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 -- cgit v1.2.3