We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26551a commit fe4e8c8Copy full SHA for fe4e8c8
src/ad/build.gradle
@@ -140,3 +140,18 @@ applicationDistribution.into('bin') {
140
from(ad)
141
fileMode = 0755
142
}
143
+
144
+testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
145
+dependencies {
146
+ implementation 'io.grpc:grpc-netty-shaded:1.63.0'
147
+ implementation 'io.grpc:grpc-protobuf:1.63.0'
148
+ implementation 'io.grpc:grpc-stub:1.63.0'
149
+ implementation 'org.apache.logging.log4j:log4j-api:2.17.2'
150
+ implementation 'org.apache.logging.log4j:log4j-core:2.17.2'
151
152
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
153
+}
154
155
+test {
156
+ useJUnitPlatform()
157
0 commit comments