Skip to content

Commit e63daec

Browse files
committed
chore: fix application invocation in metrics-reporter (#16763)
1 parent d95e7d3 commit e63daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-metrics/reporter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
airbyte {
4545
application {
4646
name = "airbyte-metrics-reporter"
47-
mainClass = "io.airbyte.metrics.reporter.Application"
47+
mainClass = "io.airbyte.metrics.reporter.ApplicationKt"
4848
defaultJvmArgs = listOf("-XX:+ExitOnOutOfMemoryError", "-XX:MaxRAMPercentage=75.0")
4949
}
5050
docker {

0 commit comments

Comments
 (0)