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.
when go 1.0 push it on https://github.com/github/release-radar
**Describe the bug** A clear and concise description of what the bug is. The pom file generated by `jbang export mavenrepo` includes direct and transient dependencies. In maven, dependencies are...
Any aliases or commands on the user's PATH that start with "jbang-" will be considered "plugins" and can be run as if they are part of the built-in jbang commands....
Add Kotlin script(kts) support for jbang because logic to run kts is different with kt source file. * create Kotlin script file: hello.kts ```kotlin //KOTLIN 1.5.32 println("Hello, Kotlin Script!") ```...
**Describe the bug** If your Windows home directory contains "special" characters, you need to manually fix your `PATH` variable after the Powershell installer finishes. Also, you must change the default...
This is my settings.xml ``` maven.oracle.com [email protected] {xg5z8O6gHcIHM9ViP2UwGS7UkdPGHNEB+CCt6R8DLZ8=} ANY ANY OAM 11g http.protocol.allow-circular-redirects %b,true ``` If I try to run jbang I get the following exception: ``` c:\Users\simon\Workspace\jbang>jbang --verbose say...
**Describe the bug** I had to delete /Users/max/.m2/repository/com/microsoft/playwright/playwright/1.12.1/playwright-1.12.1.jar to get latest playright. --fresh did not work. should do better.
The readme does not give out details how the JDK is chosen nor from which location. Is it always the same provider? If so, can it be customized?
usecase: ``` [jbang] Building jar... SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/Users/max/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/max/.m2/repository/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual...
**Describe the solution you'd like** I'd like to be able to run: ``` jbang org.jooq:jooq:3.15.4 --class org.jooq.ParserCLI [args...] ``` There are several classes containing a `main()` method, and none of...