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.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action...
Hide .project/.classpath from virtual project in VS Code (when running `jbang edit`), as they're unnecessary noise
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jbangdev/jbang). > [!WARNING] These dependencies are deprecated: |...
Discussing with @fbricon around vscode java/eclipse and the IDE plugins currently does a scan in a project to find relevant jbang file to make a project out of. Instead of...
Is basically a file that only supports //-lines, no source. You add the source by using a //SOURCES line.
We're still using v2 and it seems the DIsco maintainers would prefer people to use v3.0. See https://github.com/foojayio/discoapi
**Is your feature request related to a problem? Please describe.** When using the jbang maven plugin, the dependencies of the project / module are ignored. The only solution requires to...
this makes https://github.com/jbangdev/jbang/issues/1409 go away but i'm not happy that it is necessary. it indicates double resolving is occurring as mavenrepo gets added when it should not. @quintesse suggestions or...
We have a `--java-options` but no `--javac-options`. Nor do we have a way to pass options to the `native-image` compiler. We should probably make that possible. I would suggest to...
See https://github.com/jbangdev/jbang/issues/1385#issuecomment-1166705563 `java_home` on Mac actually has the possibility to list all installed JDKs and give the path to selected versions. It might be very useful to be able to...