-
It should be possible to have a bash script (maybe using jbang) that will run the SOP written with RuleOps without having to have Java installed
-
If I specify `//JAVA 17` in the file but my default Java is 13 then the JBang panel in the IDE shows 13, not 17.
-
This will generate the CDS file.
```
jbang cache clear
jbang --cds my-script.java
```
However, this does not.
```
jbang cache clear
jbang my-script.java
jbang --cds my-script.java
```
…
-
### Describe the bug
I'm running into following exception when trying to run `gradle build` on simple Quarkus app using grpc plugin:
```
Task :quarkusGenerateCode
terminate called after throwing a…
-
**Describe the bug**
When resolving a version range (using a `+`), it just takes the latest.
Example `1.3.+` is converted to `[1.3.,)`
Gradle has a way better definition:
> A prefix version …
jmini updated
2 years ago
-
this is `jbang init -t cli test.java` with `//MODULE` and package added:
```
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.3
//JAVA 17+
//MODULE
package mypackage;…
-
if you (like me) forget to add `-parameters` to your jbang project then quarkus langchain4j shows this error:
```
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonN…
-
create a gist.
jbang --alias xyz https://gist...
see it run.
jbang xyz
now runs the same.
edit the gist.
jbang xyz
runs the same cached content
jbang https://gist...
actually fethes.
alias …
-
```bash
jbang
jbang is a tool for building and running .java/.jsh scripts and jar packages.
Usage: jbang [-h] [--verbose | --quiet] [COMMAND]
jbang init hello.java [args...]
(to init…
-
Having a catalog of jbang scripts is very useful.
When you have N jbang scripts, it'd be great to be able to create a project with each script as separate module in the IDE. Reason being that each …