github jbangdev/jbang v0.84.1

latest releases: v0.132.1, v0.132.0, v0.131.0...
3 years ago
  • @quintesse cleaned up a bunch of the dependency resolution code giving a bit of speed (by avoiding resolving multiple times) and give more consistency by not having duplicate artifact in the result.
  • Breaking change: before resolution could result in same artifact but different version in result. Now only one wins. As it should be.
  • jbang now should deal more reliably with installs on brand new OSX machines where java and javac are stubbed implementations.
  • you can now add --repos on cli and aliases reliably. This allows you do run a .java file that needs artifacts from other place than just maven central. i.e. jbang --repos jitpack com.github.maxandersen:jbang-to-maven:5877fa86aa
  • main method detection is now handling more edge cases - like if main method are in a non-public class or interface.

Changelog

🚀 Features

  • bd8f422 CLI and aliases now allow all dependency options (#1081)

🐛 Fixes

🧰 Tasks

🛠 Build

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:
Tako Schotanus, Andres Almiray, Max Rydahl Andersen, GitHub, Geoffrey De Smet

Contributors

We'd like to thank the following people for their contributions:
Tako Schotanus, Max Rydahl Andersen, GitHub, allcontributors[bot]

Don't miss a new jbang release

NewReleases is sending notifications on new releases.