jbang
jbang copied to clipboard
Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
**Describe the bug** When the latest version is used with `RELEASE` (to get the latest version of a dependency) the `build.gradle` file created by `jbang edit -b` is incorrect. **To...
**Is your feature request related to a problem? Please describe.** I have a CLI artifact that is uber of main one (that is a maven-plugin), with classifier "cli". Naturally, cli...
as discussed in #1774 there can be situatons where the classpath contains integrations you dont want to run. we should at a minimum have a global off switch, maybe `--no-integrations`...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | jbangdev/jbang-action | digest | `123724c` -> `e00ab8c` | --- ### Configuration 📅 **Schedule**:...
have a x.java, run jbang edit x.java have x.java have `//SOURCES *.java` `touch Other.java` run `jbang edit x.java` IDE or at least filesystem should now have symbolic link for the...
adds `linuxdistro` provider which for now searches `/usr/lib/jvm` for jdks. It is not enabled by default as it is not possible to safely determine the version and build of the...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.9` -> `8.10.2` | --- ### Release Notes gradle/gradle (gradle)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | digest | `a8a3f3a` -> `ff15f03` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) |...
Updates MIMA 2.4.16 (Maven 3.9.9) and introduces new (Resolver) feature to ignore remote repositories introduced by transitive POMs. In certain environments this may become essential. Read more here https://issues.apache.org/jira/browse/MNG-7980 This...
Description: suggestion to make a section in `File Organization` more readable.