v0.98.0 #1446
maxandersen
announced in
Blog/Website
v0.98.0
#1446
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New feature release!
MANIFEST
New
//MANIFEST
keyword to allow writing entries toMETA-INF/manifest.mf
including supporting build time variables:will result in
version=unknown
by default andversion=1.2
if built usingjbang -Dversion=1.2 yourapp.java
.build.jbang (preview)
using jbang to building project is easy; what if you also want to run tests or other build related tasks. For that jbang are hitting its limits but we think there might be a few things we can do without forcing users to use maven/gradle/etc builds.
In this version we enabled
build.jbang
to be picked up and read the commands from that external file. We will evolve/change that format but at least you can try out jbang without having a single//
directive in any of your .java files.Changelog
🚀 Features
//MANIFEST
option for source files (feat: Added//MANIFEST
option for source files #1445)build.jbang
project files🐛 Fixes
♻️ Changes
Project
RunContext
toProject
Project
🧰 Tasks
--preview
optionContributors
We'd like to thank the following people for their contributions:
YeungYeah, Michael Bornholdt Nielsen, Tako Schotanus, Ikko Ashimine, Max Rydahl Andersen, GitHub, Fred Bricon
This discussion was created from the release v0.98.0.
Beta Was this translation helpful? Give feedback.
All reactions