mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional. I kept the platform-specific directories around under `kotlin`, but you could also easily merge all these together if you find them unhelpful. I'll leave that change to you.
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
| 0 | -Xallow-no-source-files |
|
|
| 1 | -classpath |
|
|
| 2 | <PATH> |
|
|
| 3 | -d |
|
|
| 4 | app/build/classes/kotlin/main |
|
|
| 5 | -jdk-home |
|
|
| 6 | <PATH> |
|
|
| 7 | -module-name |
|
|
| 8 | app |
|
|
| 9 | -no-reflect |
|
|
| 10 | -no-stdlib |
|
|
| 11 | <PLUGINS> |
|
|
| 12 | app/src/main/kotlin/testProject/App.kt |
|
|
| 13 | -jvm-target |
|
|
| 14 | 1.8 |
|