ganache test
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -58,6 +58,12 @@ configurations {
|
||||
compile.exclude group: "org.slf4j", module: "log4j-over-slf4j"
|
||||
// should be used only for generation of the stubs, the lib contains grpc classes
|
||||
compile.exclude group: "com.salesforce.servicelibs", module: "reactor-grpc"
|
||||
|
||||
|
||||
all {
|
||||
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -101,6 +107,11 @@ dependencies {
|
||||
testImplementation libs.java.websocket
|
||||
testImplementation libs.equals.verifier
|
||||
testImplementation libs.groovy
|
||||
testImplementation libs.bundles.testcontainers
|
||||
testImplementation libs.bundles.junit
|
||||
|
||||
testImplementation libs.spring.boot.starter.test
|
||||
testImplementation libs.grpc.testing
|
||||
|
||||
detektPlugins libs.detekt.formatting
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user