pjfanning commented on code in PR #1887:
URL: https://github.com/apache/pekko/pull/1887#discussion_r2529843343


##########
.github/workflows/nightly-builds.yml:
##########
@@ -170,8 +169,7 @@ jobs:
             "++ ${{ matrix.scalaVersion }} doc"
 
       - name: Publish
-        # Publish (osgi bundle) not working with JDK 17, issue #31132
-        if: ${{ matrix.javaVersion == 11 }}
+        if: ${{ matrix.javaVersion == 17 }}

Review Comment:
   if this fails, we'll have to fix it or drop this testing altogether - it is 
effectively disabled prior to this change because Java 17 is the min version 
used in the build



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