Simon Herter

Results 7 issues of Simon Herter

When setting `$buildDir` to something else than `/build`, the jmh task fails with an exception: ``` Processing 0 classes from /home/simon/repositories/minijavac/build/classes/jmh with "reflection" generator Writing out Java source to /home/simon/repositories/minijavac/build/jmh-generated-sources...

If an IOException occurs during writing the formatted content, or if the formatter itself changes the content in an unexpected way (see, for example, https://github.com/google/google-java-format/issues/47), we might loose data. Since...

Time resolution seems to not be good enough in all cases or some caching is going on... Todo: make this more robust (if possible, otherwise just comment it out/remove the...

Since v3.4 Gradle reports `NO-SOURCE` instead of `UP-TO-DATE` when everything is already formatted properly. This is due to our own caching mechanism, which injects the files that need to be...

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Maven 3.9.4 - *OS:* Linux **Description of the issue**: When using a URI like `docker://ubuntu:latest` for the base image, the build fails...

priority:p3
type:bug
awaiting-user