andrew4699 commented on code in PR #1023:
URL: https://github.com/apache/polaris/pull/1023#discussion_r1962255093


##########
build-logic/src/main/kotlin/polaris-java.gradle.kts:
##########
@@ -82,7 +82,7 @@ testing {
       dependencies {
         implementation(project())
         implementation(testFixtures(project()))
-        runtimeOnly(
+        implementation(

Review Comment:
   It was previously runtimeOnly so I wasn't sure if some other non-test thing 
needed it, and I'm not sure if there's a better common ancestor of 
runtimeOnly/testImplementation.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to