Closed Emily-Jiang closed 1 year ago
@Emily-Jiang sent a PR to your PR branch. https://github.com/Emily-Jiang/microprofile-starter/pull/2
Also please see my #484 separately (but next time you release).
Hmm...looking at the failure and recreating locally... I don't think the Liberty Gradle 3.6 is compatible with the 6.8.3 gradle wrapper.
It did work when I backed off to io.openliberty.tools:liberty-gradle-plugin:3.5.2
. Will try to follow-up to understand better.
The GHA check failure showed:
* What went wrong:
Execution failed for task ':installLiberty'.
> java.io.EOFException: Unexpected end of ZLIB input stream
This would seem to be when the two ./gradlew libertyPackage
cmds, for A and B, are executed concurrently.
Next step is to understand why this is the case.
Thank you @scottkurz ! I'll close this PR and push #486 forward.
I'll close #477 then since this supersedes.