Skip to content

Commit

Permalink
Revert "Change main class in strict-encrypt destination and bump vers…
Browse files Browse the repository at this point in the history
…ions on both destinations to keep them in sync (#21509)" (#21567)

This reverts commit 1d202d1.
  • Loading branch information
grishick authored Jan 19, 2023
1 parent 61f88f3 commit 59ecaea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse-strict-encrypt

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.name=airbyte/destination-clickhouse-strict-encrypt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

application {
mainClass = 'io.airbyte.integrations.destination.clickhouse.ClickhouseDestinationStrictEncrypt'
mainClass = 'io.airbyte.integrations.destination.clickhouse.ClickhouseDestination'
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-clickhouse

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.name=airbyte/destination-clickhouse

0 comments on commit 59ecaea

Please sign in to comment.