|
@@ -24,8 +24,8 @@ subprojects {
|
|
|
// this only exists to make Intellij happy since it doesn't (currently at least) understand our
|
|
|
// inclusion of this artifact inside :testing-common
|
|
|
dependencies {
|
|
|
- compileOnly(project(path = ":testing:armeria-shaded-for-testing", configuration = "shadow"))
|
|
|
- testCompileOnly(project(path = ":testing:armeria-shaded-for-testing", configuration = "shadow"))
|
|
|
+ compileOnly(project(":testing:armeria-shaded-for-testing", configuration = "shadow"))
|
|
|
+ testCompileOnly(project(":testing:armeria-shaded-for-testing", configuration = "shadow"))
|
|
|
}
|
|
|
}
|
|
|
|