RussellSpitzer commented on code in PR #16214:
URL: https://github.com/apache/iceberg/pull/16214#discussion_r3269724538


##########
.github/workflows/publish-iceberg-rest-fixture-docker.yml:
##########
@@ -49,8 +49,13 @@ jobs:
         distribution: zulu
         java-version: 21
     - uses: 
gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
-    - name: Build Iceberg Open API project
-      run: ./gradlew :iceberg-open-api:shadowJar
+    - name: Build REST server and cloud bundle JARs
+      run: |
+        ./gradlew \
+          :iceberg-open-api:installDist \

Review Comment:
   Why do we need to build all the shadowJars?



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