RussellSpitzer commented on a change in pull request #2826:
URL: https://github.com/apache/iceberg/pull/2826#discussion_r696087897



##########
File path: build.gradle
##########
@@ -174,7 +175,7 @@ project(':iceberg-bundled-guava') {
 
   shadowJar {
     classifier null
-    configurations = [project.configurations.compileOnly]
+    configurations = [project.configurations.compileClasspath]

Review comment:
       Previously we wanted to add everything that was only in the compilation 
phase which in the past could only be defined as "CompileOnly"
   
   Now everything in compilation is "CompileClasspath"




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to