We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ca777 commit 3969d8dCopy full SHA for 3969d8d
misk-aws-dynamodb/build.gradle.kts
@@ -36,13 +36,6 @@ dependencies {
36
testImplementation(libs.assertj)
37
testImplementation(libs.junitApi)
38
39
- if (org.apache.tools.ant.taskdefs.condition.Os.isArch("aarch64")) {
40
- // Without this, we can't compile on Apple Silicon currently.
41
- // This is likely not necessary to have long term,
42
- // so we should remove it when things get fixed upstream.
43
- testImplementation("io.github.ganadist.sqlite4java:libsqlite4java-osx-aarch64:1.0.392")
44
- }
45
-
46
testImplementation(libs.kotlinReflect)
47
testImplementation(libs.tempestTesting)
48
testImplementation(libs.tempestTestingDocker)
0 commit comments