Skip to content

Commit 7d2b8cd

Browse files
committed
chore: remove unused val
1 parent 83e0003 commit 7d2b8cd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

gradle-plugins/react/brownfield/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ publishing {
8787
}
8888
}
8989

90-
91-
val localProperties = Properties().apply {
92-
file("local.properties").takeIf { it.exists() }?.inputStream()?.use { load(it) }
93-
}
94-
9590
signing {
9691
sign(publishing.publications["mavenLocal"])
9792
}

0 commit comments

Comments
 (0)