racevedoo commented on a change in pull request #3642:
URL: https://github.com/apache/iceberg/pull/3642#discussion_r766078758



##########
File path: build.gradle
##########
@@ -111,7 +111,9 @@ subprojects {
   targetCompatibility = '1.8'
 
   dependencies {
-    implementation 'org.slf4j:slf4j-api'
+    if (!(project.name.contains("spark") && project.name.contains("runtime"))) 
{
+      implementation 'org.slf4j:slf4j-api'
+    }

Review comment:
       Yep, I ran into that too. We probably should add the 
`-DflinkVersions=1.12,1.13,1.14 -DsparkVersions=2.4,3.0,3.1,3.2 
-DhiveVersions=2,3` properties to the publish snapshot workflow. Right now 
we're publishing only the default versions (for spark it's 
`systemProp.defaultSparkVersions=3.2` set in gradle.properties)




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