Files
codeql/java/kotlin-extractor/dev/kotlinc.bat
Paolo Tranquilli d7ecaae245 Kotlin: back off from lazy LFS rules
Those have shown to cause problems with too many concurrent downloads.

This changes kotlinc dependencies fetching to:
* use `resource/kotlinc-dependencies` if available (which is the case
  for the internal repo)
* otherwise, download them from maven.

This means sha256 hashes need to be written down for bazel.
2024-04-29 17:26:25 +02:00

5 lines
57 B
Batchfile

@echo off
python "%~dp0kotlinc" %*
exit /b %ERRORLEVEL%