Post-Implementation refactoring of application #9
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
kotlinc app/src/main/kotlin/de/jotoho/waituntil/*.kt -jvm-target 16 -include-runtime -d waituntil.jar
|
# shellcheck disable=SC2046
|
||||||
|
# Word splitting in find results is intentional!
|
||||||
|
kotlinc $(find src/main -type f -iname '*.kt') -jvm-target 16 -include-runtime -d waituntil.jar
|
||||||
|
|
Loading…
Reference in a new issue