Skip to content

Commit

Permalink
set runtimeOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Jul 22, 2023
1 parent c61ab83 commit f495257
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 @@ -57,8 +57,8 @@ dependencies {
api "io.netty:netty-transport-classes-epoll:$nettyVersion"
api "io.reactivex.rxjava3:rxjava:$rxjavaVersion"
api "org.slf4j:slf4j-api:$slf4jVersion"
implementation "io.netty:netty-transport-native-epoll:$nettyVersion:linux-aarch_64"
implementation "io.netty:netty-transport-native-epoll:$nettyVersion:linux-x86_64"
runtimeOnly "io.netty:netty-transport-native-epoll:$nettyVersion:linux-aarch_64"
runtimeOnly "io.netty:netty-transport-native-epoll:$nettyVersion:linux-x86_64"
testImplementation "junit:junit:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
testImplementation "org.mockito:mockito-core:$mockitoVersion"
Expand Down

0 comments on commit f495257

Please sign in to comment.