-
waituntil - release v0.2.0 Stable
released this
2022-01-02 18:37:08 +01:00 | 32 commits to master since this releaseSince the last release tag, a lot of things have changed in the project source.
These changes include:
- migration of the entire codebase from Kotlin to Java (17)
- support for creation of fat jars with all required dependencies
- versioning is now based on git tags and ids (version is automatically determined when building)
- add basic java module configuration (may not have an impact on jars)
- deletion of legacy build scripts (everything is done through gradle now)
- Added license notice to output of --version
With the exception of the --version flag nothing should have changed from a user's perspective when
executing the app from it's jar file.The release artifacts require Java 17 (the latest LTS) to run.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads
-
waituntil-v0.2.0.jar
140 downloads · 6.4 KiB
-
waituntil-v0.2.0.jar.sig
164 downloads · 572 B
-
Release v0.1.1 Pre-release
released this
2021-09-19 20:59:16 +02:00 | 48 commits to master since this releaseThis patch release revolves around the various improvements made during refactoring (#9), which I deem significant enough to warrant a new patch number.
From a user perspective nothing should have changed! Should that not be true, please tell me, because that's probably a bug!
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
4 downloads
-
waituntil.jar.zst
148 downloads · 3.9 MiB
-
Source code (ZIP)
-
Release v0.1.0 Pre-release
released this
2021-09-05 22:02:35 +02:00 | 65 commits to master since this releaseThis is the first working version of the waituntil tool and thus deserves it's own release.
You can compile the project from source into a jar file both via gradle (
gradle jar
) or the included convenience script, which requires having kotlinc installed on your system.Either method generates a jar file, which needs to be run on Java 16 or newer.
Edit: This tag is now disconnected to the history of
master
. See #8 for details and the reason.Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
4 downloads
-
waituntil.jar.zst
146 downloads · 3.8 MiB
-
Source code (ZIP)