blob: 90a17001825b67747eba166da121542969f3c9f6 [file] [log] [blame]
description = 'Conscrypt: Testing'
sourceSets {
main {
java {
srcDirs = ['src/main/java']
}
}
}
dependencies {
// Only compile against this. Other modules will embed the generated code directly.
compileOnly project(':conscrypt-constants')
compile libraries.bouncycastle_provider,
libraries.bouncycastle_apis,
libraries.guava,
libraries.junit,
libraries.netty_handler
}