Björn Kautler

Results 380 issues of Björn Kautler

It would be nice if by default downloaded JDKs are cached in a central plac,e so that you don't have 10 times the same downloaded and unpacked JDK on your...

If you set `runInBinDir` to `true`, the start script does not actually `cd` into the `bin` dir, but to the place where the startscript is stored (which is good). But...

bug

If a user unpacked the correct distribution, imho the platform does not need to be part of the directory anymore. It is unlikely that someone has both beneath each other....

enhancement

I've found at least two places where changing / deleting the output did not make the task out-of-date or changing an input did not make the task out-of-date. Please review...

bug

If you build a windows and a linux package, you currently have the quirk, that both packages contain both start scripts. This is somewhat strange for the end user, because...

I've did a quick search and it seems to me that you are not using the Gradle worker api. Though I think your plugin would be a good candidate for...

It would be nice to have a single task per target platform, so that you can also build the images individually. Currently if I want to test how the program...

The generated start scripts look mildly familar. I'd say that those were copied from on old Gradle state and modified to fix 2-3 bugs and enhance them a bit with...

I envision some convenient and declarative way to express what the subject says. What I have currently is ```kts val isWindows = Os.isFamily(FAMILY_WINDOWS) val isLinux = Os.isFamily(FAMILY_UNIX) if (isWindows ||...

It would be nice if you wouldn't need to specify a download URL manually and if there is a new release need to update the URL manually. Something like ```kts...