fix: remove benchmark project

This has barely ever worked and I'm kinda done with it
This commit is contained in:
Harsh Shandilya 2025-06-07 09:26:14 +05:30
parent 93b593bd41
commit 123e2c9eb2
11 changed files with 2 additions and 246 deletions

View file

@ -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 {

View file

@ -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)