- Germany
- https://www.jotoho.de
-
I am the owner and administrator of jotoho.de and use this platform to independently host repositories that do not require the advanced features of GitHub/GitLab/etc or are sensitive enough to self-host.
- Joined on
2021-09-01
Add `--version` commandline flag and support executable jar files with Gradle
e11d3ead97
Merge pull request 'Add
--version
commandline flag and support executable jar files with Gradle' (#12) from version-and-fat-jars into master
ae13ce049f
Add jar metadata and support generating fat jars
d62bbc5f90
Imports optimization
09cf7a9168
Go back to unclassed functions and use DummyClass instead
d294fe6c09
Ignore .zst archives
Add
--version
commandline flag and support executable jar files with Gradle
I also filtered .zst files from git so release builds don't get accidentally pushed into the repo.
Add
--version
commandline flag and support executable jar files with Gradle
ae13ce049f
Add jar metadata and support generating fat jars
d62bbc5f90
Imports optimization
09cf7a9168
Go back to unclassed functions and use DummyClass instead
d294fe6c09
Ignore .zst archives
Post-Implementation refactoring of application
4238605180
Merge pull request 'Post-Implementation refactoring of application' (#9) from refactoring into master
5a80ac7169
Fix compile script using old source path
4ab78f4028
Avoid unnecessary temporary variable in short-hand translation
a48f122296
Delete unneeded comment from build config
5919c26c10
Apply formatting suggestion for build config
Post-Implementation refactoring of application
This MR is quite a leap in technical and maintainablity terms compared to the current state of master
.
I have been able to get rid of the annoying app directory, the project now automatically…