Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
add aarch build target
  • Loading branch information
gilbahat authored Sep 26, 2024
1 parent 38a8586 commit 574c69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ dependencies {

implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("osx-aarch_64") })
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("linux-x86_64") })
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("linux-aarch64") })
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("osx-x86_64") })
implementation 'dshackle:foundation:1.0.0'

Expand Down

0 comments on commit 574c69c

Please sign in to comment.