mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 15:16:26 +02:00
pkg(kotlin-1.4.31): use jdk8 with kotlin (#256)
This commit is contained in:
parent
3e9705bcd3
commit
00bd298665
5 changed files with 11 additions and 9 deletions
packages/kotlin/1.4.31
5
packages/kotlin/1.4.31/compile
vendored
5
packages/kotlin/1.4.31/compile
vendored
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to compile source code, remove this file if the language does not require this stage
|
||||
|
||||
rename 's/$/\.kt/' "$@" # Add .kt extension
|
||||
|
||||
kotlinc *.kt -include-runtime -d code.jar
|
||||
# Compile Kotlin code to a jar file
|
||||
kotlinc *.kt -include-runtime -d code.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue