From e62026db0048856f9cf94634e5cab352e6330fe8 Mon Sep 17 00:00:00 2001 From: KwakEuiJin Date: Thu, 28 Dec 2023 17:28:33 +0900 Subject: [PATCH] [setting]: Fix PR Builder --- .../src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt b/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt index e353c0e01..b99786f33 100644 --- a/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt +++ b/build-logic/convention/src/main/kotlin/com/hmh/hamyeonham/plugin/CommonConfigs.kt @@ -9,9 +9,6 @@ import org.gradle.kotlin.dsl.getByType import java.util.Properties internal fun Project.configureAndroidCommonPlugin() { - val properties = Properties().apply { - load(rootProject.file("local.properties").inputStream()) - } apply() apply()