Skip to content

Commit

Permalink
fix pom generated, try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Sep 10, 2023
1 parent 7af211e commit 4acc2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ dependencies {
runtimeOnly(libs.nettyTransportNativeEpoll) {
artifact {
classifier = 'linux-aarch_64'
type = 'jar'
extension = 'jar'
}
}
runtimeOnly(libs.nettyTransportNativeEpoll) {
artifact {
classifier = 'linux-x86_64'
type = 'jar'
extension = 'jar'
}
}
testImplementation libs.junit
Expand Down

0 comments on commit 4acc2f6

Please sign in to comment.