- 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
Upgrade to Java 17 once supported by Gradle and Kotlin
5a80ac7169
Fix compile script using old source path
4ab78f4028
Avoid unnecessary temporary variable in short-hand translation
5919c26c10
Apply formatting suggestion for build config
9aba3f156a
Apply IntelliJ code formatting and alternatives suggestions
92a226dd02
Specify dependencies with kotlin helper function
c8dbcc3f49
Use latest release for all dependencies
365a0c2a17
Restructure folders
7f725b345c
Upgrade project to Java 17
3fe9ed5b93
Use improved syntax for setting Java Version
Post-Implementation refactoring of application
a9cde56333
Move functions into separate kotlin files
465b0dfb51
Make kotlinc use all .kt files in root package
da4ad2db8a
Switch to unversioned kotlin-stdlib and specify Java 16 for testing
[informative, protocol] Branch master was rebased
[informative, protocol] Branch master was rebased
2d7357f5d0
Always target Java 16 during compilation
02b5bb493b
gradle: Always use newest version of kotlin plugin
a5814e2497
Scripts: Change scripts to generate portable jar-file and run JRE directly
3265e03281
Reduce and reformat imports
6ab821bd79
Basic implementation
Investigate distributing native binaries using jpackage
Prepare for the (slim) possibility of external contributions
Implement output for --help flag
The detection of the --help
flag is already implemented in version 0.1 but what is missing is the text output to be displayed in both English and German.
I should also think about potential other…