Jonas Tobias Hopusch jotoho · he/him
  • 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
jotoho pushed to java17 at jotoho/waituntil 2021-12-01 12:32:48 +01:00
fd3697e3db Upgrade to Java 17
jotoho commented on issue jotoho/waituntil#10 2021-12-01 12:29:25 +01:00
Upgrade to Java 17 once supported by Gradle and Kotlin

Currently working on this

jotoho merged pull request jotoho/waituntil#12 2021-09-19 22:18:15 +02:00
Add `--version` commandline flag and support executable jar files with Gradle
jotoho deleted branch version-and-fat-jars from jotoho/waituntil 2021-09-19 22:18:15 +02:00
jotoho pushed to master at jotoho/waituntil 2021-09-19 22:18:15 +02:00
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
Compare 5 commits »
jotoho commented on pull request jotoho/waituntil#12 2021-09-19 22:18:10 +02:00
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.

jotoho created pull request jotoho/waituntil#12 2021-09-19 22:17:17 +02:00
Add --version commandline flag and support executable jar files with Gradle
jotoho created branch version-and-fat-jars in jotoho/waituntil 2021-09-19 22:14:17 +02:00
jotoho pushed to version-and-fat-jars at jotoho/waituntil 2021-09-19 22:14:17 +02:00
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
Compare 4 commits »
jotoho deleted branch release-0.1.1 from jotoho/waituntil 2021-09-19 20:51:06 +02:00
jotoho merged pull request jotoho/waituntil#11 2021-09-19 20:51:05 +02:00
Release 0.1.1
jotoho pushed to master at jotoho/waituntil 2021-09-19 20:51:05 +02:00
c46346cddd Release 0.1.1
jotoho created pull request jotoho/waituntil#11 2021-09-19 20:48:43 +02:00
Release 0.1.1
jotoho created branch release-0.1.1 in jotoho/waituntil 2021-09-19 20:47:32 +02:00
jotoho pushed to release-0.1.1 at jotoho/waituntil 2021-09-19 20:47:32 +02:00
c46346cddd Release 0.1.1
jotoho pushed tag v0.1.1 to jotoho/waituntil 2021-09-19 20:46:15 +02:00
jotoho merged pull request jotoho/waituntil#9 2021-09-19 20:40:50 +02:00
Post-Implementation refactoring of application
jotoho deleted branch refactoring from jotoho/waituntil 2021-09-19 20:40:50 +02:00
jotoho pushed to master at jotoho/waituntil 2021-09-19 20:40:50 +02:00
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
Compare 18 commits »
jotoho commented on pull request jotoho/waituntil#9 2021-09-19 20:40:43 +02:00
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…