Skip to content

Commit

Permalink
misc: specify S3 bucket in ASM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Apr 19, 2024
1 parent 55cba6e commit 7a66ae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.withType

private const val TASK_GROUP = "Verification"
internal const val OUTPUT_PATH = "reports/metrics/"
internal const val S3_ARTIFACT_SIZE_METRICS_BUCKET = "" // TODO: FILL IN BUCKET
internal const val S3_ARTIFACT_SIZE_METRICS_BUCKET = "artifact-size-metrics-aws-sdk-kotlin"

/**
* Facilitates the collection and analysis of artifact size metrics via the `artifactSizeMetrics` and `analyzeArtifactSizeMetrics` gradle tasks.
Expand Down

0 comments on commit 7a66ae1

Please sign in to comment.