Francisco A. Lozano
Francisco A. Lozano
```shell $ mvn -X assembly:assembly Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00) Maven home: /usr/local/Cellar/maven/3.6.2/libexec Java version: 11.0.4, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home Default locale: en_ES, platform encoding: UTF-8 OS name:...
I have isolated the failure to just a single project - if I don't import it as part of the composite build, the import works well. This project does nothing...
this project has some tasks defined in `buildSrc/`, if I rename `buildSrc/` to something else, it can be imported properly.
If I rename back the dir to `buildSrc/` and refresh again, the `.metadata/.log` contains: ``` !ENTRY org.eclipse.buildship.core 2 3 2021-06-19 17:37:44.061 !MESSAGE Synchronize project server-composite-build failed due to an error...
this was reproduced in vscode-java by @liuzqt (reported there as https://github.com/redhat-developer/vscode-java/issues/1984), project reproducing it is https://github.com/liuzqt/gradle_multi. I have checked in same env as above (2021-06, gradle 7.1) and it reproduces...
I upgraded gradle to nightly build of 7.2 and the issue is gone: `./gradlew wrapper --gradle-version=7.2-20210619231202+0000` so it seems to be a bug in 7.1 which will be fixed in...
I have same issue
This keeps happening. I go to the build/docker dir and do `docker build .` and it gets built perfectly with the generated Dockerfile, but from inside the gradle plugin it...
are there any existing published builds with postgis already ?
The ****Story files look like: ``` java @RunWith(JUnitReportingRunner.class) public class CopyOfCookBaconStory extends JUnitStory { public CopyOfCookBaconStory() { JUnitReportingRunner.recommendedControls(configuredEmbedder()); } @Override public Configuration configuration() { return new MostUsefulConfiguration(); } @Override public...