Jonas Tobias Hopusch
ad869f7346
Gradle and Kotlin don't yet support Java 17, apparently. :(
This commit reverts 7f725b345c
3 lines
113 B
Bash
Executable file
3 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
|
|
kotlinc app/src/main/kotlin/de/jotoho/waituntil/*.kt -jvm-target 16 -include-runtime -d waituntil.jar
|