v0.7.0 #360
madmike200590
started this conversation in
General
v0.7.0
#360
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes
Binary Artifacts
If you want to use Alpha as a command-line application, download the bundled jar file
alpha-cli-app-0.6.0-bundled.jar
or use either the distribution tarballalpha-cli-app-0.6.0.tar
or the zip packagealpha-cli-app-0.6.0.zip
.If you plan on using (parts of) Alpha as a dependency in your application, the easiest way is to build the respective maven artifacts from the release tag
0.7.0
using./gradlew publishToMavenLocal
. This will install the jar files for all modules of Alpha along with generatedpom.xml
s to your local maven repository~/.m2/repository
. Once that is done, you can use the Alpha artifacts the same way as any othe maven dependency.New Features
Bugfixes
Code Enhancements and Refactorings
NoGood
(PR Improve logging output for debugging. #348)This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions