mirror of
https://github.com/github/codeql.git
synced 2026-05-23 23:57:06 +02:00
KE2: Add trivial build
This commit is contained in:
6
java/kotlin-extractor2/build.py
Executable file
6
java/kotlin-extractor2/build.py
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import subprocess
|
||||
|
||||
subprocess.run(["kotlinc", "src/main/kotlin/KotlinExtractor.kt"])
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main(args : Array<String>) {
|
||||
println("Kotlin Extractor 2 running")
|
||||
}
|
||||
Reference in New Issue
Block a user