Skip to content

Commit

Permalink
Support Apple Silicon/M1 machines (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 28, 2023
1 parent 12b4814 commit f8b1694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-stream-binder-kafka-streams")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")

// Support Apple Silicon/M1 machines
implementation("org.rocksdb:rocksdbjni:6.29.5")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.apache.kafka:kafka-streams-test-utils")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
Expand Down

0 comments on commit f8b1694

Please sign in to comment.