v0.100.0 #1510
maxandersen
announced in
Blog/Website
v0.100.0
#1510
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JBang is now a 100!
Fix missing authentication for Maven repositories
And this release fixes a regression where auth settings from
~/.m2/.settings.xml
got ignored. Now they don't. Meaning by having the following in your~/.m2/settings.xml
:which is the default case in GitHub actions
jbang
will once again work when using repositories that require authentication - which is the case for GitHub packages.Compile and runtime flags
JBang now has
-C
and-R
for setting compile and runtime flags.This release adds debugging by default (i.e. running
javac
with-g
). If you don't want that you can run with-C=-g:none
. Turned that on because it allows then easy debugging - and it is what is the default for Maven and Gradle.Download specific JBang version
Also added support for setting
JBANG_DOWNLOAD_VERSION
environment variable to allow installing arbitraryjbang
versions. i.e.Will (if no other
jbang
available on your system) install JBang 0.48 - the earliest JBang that had support for installing this way.Enjoy!
Changelog
🚀 Features
🐛 Fixes
nativeimage
📝 Documentation
Contributors
We'd like to thank the following people for their contributions:
Tako Schotanus, oliv37, Max Rydahl Andersen, GitHub, Jérémie Bresson, allcontributors[bot]
This discussion was created from the release v0.100.0.
Beta Was this translation helpful? Give feedback.
All reactions