mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix: remove benchmark project
This has barely ever worked and I'm kinda done with it
This commit is contained in:
parent
93b593bd41
commit
123e2c9eb2
11 changed files with 2 additions and 246 deletions
|
@ -23,7 +23,7 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
override fun apply(project: Project) {
|
||||
if (project.isolated.rootProject == project.isolated) {
|
||||
LintConfig.configureRootProject(project)
|
||||
} else if (project.name != "benchmark") {
|
||||
} else {
|
||||
LintConfig.configureSubProject(project)
|
||||
}
|
||||
project.tasks.run {
|
||||
|
|
|
@ -46,7 +46,6 @@ class SentryPlugin : Plugin<Project> {
|
|||
autoUploadNativeSymbols.set(false)
|
||||
includeNativeSources.set(false)
|
||||
ignoredVariants.set(emptySet())
|
||||
ignoredBuildTypes.set(setOf("benchmark"))
|
||||
ignoredFlavors.set(emptySet())
|
||||
tracingInstrumentation {
|
||||
enabled.set(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue