github jbangdev/jbang v0.125.0

latest releases: v0.135.1, v0.135.0, v0.134.3...
9 months ago

Export Maven/Gradle Project

You can now (thanks to @tadayosi) do jbang export maven or jbang export gradle to convert your jbang scripts into maven or gradle projects
if you absolutely need the complexity in your project :)

Try it out and report issues/missing things in conversion.

Basic Auth now works with properties

Those using scripts that are behind basic auth secured urls can now use ${} property expressions in the username/password section of urls, i.e. https://${SOME_USERNAME}:${SOME_PASSWORD}@example.com.

Changelog

🚀 Features

🐛 Fixes

🔄️ Changes

🧰 Tasks

🛠 Build

  • 62526ae ci: improved gradle handling in GH workflows
  • 60bbaf1 build: update .justfile to fix typo (#1931)

Contributors

We'd like to thank the following people for their contributions:
Bartosz Popiela, GitHub, Max Rydahl Andersen, Robin Tegg, Tadayoshi Sato, Tako Schotanus, allcontributors[bot], renovate[bot]

Don't miss a new jbang release

NewReleases is sending notifications on new releases.