We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606da8c commit 9d35bceCopy full SHA for 9d35bce
testca/build.gradle
@@ -5,6 +5,6 @@ dependencies {
5
// The logging API
6
implementation libSlf4j
7
8
- implementation project(":cautils")
9
- implementation project(":proxybase")
+ api project(":cautils")
+ api project(":proxybase")
10
}
0 commit comments