Francisco A. Lozano

Results 79 comments of Francisco A. Lozano

Reproduced here. We've been hit very hard by this issue; when refreshing gradle in eclipse everything's broken.

BTW: it still happens with SNAPSHOT version of buildship: ``` Eclipse Buildship Buildship, Eclipse Plug-ins for Gradle 3.1.7.v20220902-0443-s org.eclipse.buildship Eclipse Buildship Buildship, Eclipse Plug-ins for Gradle 3.1.7.v20220902-0443-s org.eclipse.buildship.oomph ``` and...

I've followed advice in https://github.com/nebula-plugins/gradle-ospackage-plugin/issues/384 and added: ```groovy ospackage { os = org.redline_rpm.header.Os.LINUX } ``` and it worked. I think this should be the default, "unknown" OS RPMs are not...

with 2.18.1: ``` $ docker-compose --version --short 2.18.1 ``` with 2.21.0: ``` docker-compose --version --short 2.21.0-desktop.1 ``` the trailing `desktop.1` is probably causing the issue?

``` $ docker compose version --short 2.21.0-desktop.1 ``` We tried installing discrete docker-compose with brew, in order to fix, and it has different output: ``` $ docker-compose version --short 2.22.0...

this would be very useful when reusing workflows, please consider implementing it

thanks a lot, I was trying something similar. not nice aesthetically but if it works it's great.