tmater commented on code in PR #2283:
URL: https://github.com/apache/polaris/pull/2283#discussion_r2266663227


##########
build-logic/src/main/kotlin/polaris-runtime.gradle.kts:
##########
@@ -72,14 +82,6 @@ configurations.all {
   }
 }
 
-// Let the test's implementation config extend testImplementation, so it also 
inherits the
-// project's "main" implementation dependencies (not just the "api" 
configuration)
-configurations.named("intTestImplementation").configure {
-  extendsFrom(configurations.getByName("testImplementation"))
-}
-
-dependencies { add("intTestImplementation", 
java.sourceSets.getByName("test").output.dirs) }

Review Comment:
   Oh, nice catch!
   I was tinkering with this a bit early afternoon, but then I won't update it.
   Thank you for the review! :) 



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to