Switch programming language from Kotlin to Java #15

Manually merged
jotoho merged 3 commits from backtojava into master 2022-01-02 16:55:48 +01:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 88b0acf698 - Show all commits

View file

@ -1,5 +0,0 @@
#!/bin/sh
# shellcheck disable=SC2046
# Word splitting in find results is intentional!
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 17 -include-runtime -d waituntil.jar

3
run.sh
View file

@ -1,3 +0,0 @@
#!/bin/sh
java -jar waituntil.jar $*