badass-runtime-plugin icon indicating copy to clipboard operation
badass-runtime-plugin copied to clipboard

Create a custom runtime image of your non-modular application

Results 66 badass-runtime-plugin issues
Sort by recently updated
recently updated
newest added

I am creating a .app image for macOS. Everything works fine, but when I run the application, and click on the Mac Menu, the About, and Quit menu items use...

bug

Fixes #130. `allDependencies` returns a lazy collection which includes all the runtime dependencies. Those which come from projects will be a `ProjectDependency` along the lines of: ``` DefaultProjectDependency{dependencyProject='project ':lib'', configuration='default'}...

Given this project: https://github.com/hakanai/beryx-runtime-issue If I try to run: ```shell ./gradlew :app:jre ``` The build fails with: ``` > Task :app:jre FAILED 4 actionable tasks: 4 executed FAILURE: Build failed...

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...

I build a jpackage for my application. But , the size of my jpackage is 120 MB. How can I reduce the size of jpackage ?

question

Hi The runtime and runtimeZip tasks add JRE binaries into the "lib" directory where my app jars are. Also, a "conf" and "legal" directory is created inside the app directory....

question

Hi Documentation is well written, but one thing: It would be great if you could, either here, or in the documentation, or per link to example, show an example on...

In my application build, I have a CreateStartScripts task for creating a separate start script (for running my app on older JVMs) and I include this in my distZip version...

bug

### Problem Since java 11, **HttpClient** has been introduced. It is an implementation of HTTP URL connection as a client with standard java API. However, this *API* requires an extra...

I am using the `image/` output from the `runtime` task to build a docker image. I am using `gcr.io/distroless/base` and building with jib. when i run the docker image, it...