2024-01-06 00:06:56 +01:00
|
|
|
dependencies {
|
|
|
|
api project(':netty-handler-codec-http')
|
|
|
|
testImplementation testLibs.gson
|
|
|
|
testImplementation testLibs.assertj
|
|
|
|
testImplementation testLibs.mockito.core
|
2024-01-11 09:30:34 +01:00
|
|
|
testRuntimeOnly project(path: ':netty-tcnative-boringssl-static', configuration: osdetector.classifier)
|
|
|
|
testRuntimeOnly libs.brotli4j.native."${osdetector.os}"."${osdetector.arch.replace('_','')}"
|
2024-01-06 00:06:56 +01:00
|
|
|
}
|