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.
This commit is contained in:
Paolo Tranquilli
2024-04-29 17:21:46 +02:00
parent a841a2b0a2
commit d7ecaae245
44 changed files with 91 additions and 133 deletions

1
.gitattributes vendored
View File

@@ -52,7 +52,6 @@
/java/ql/test/stubs/**/*.java linguist-generated=true
/java/ql/test/experimental/stubs/**/*.java linguist-generated=true
/java/kotlin-extractor/deps/*.jar filter=lfs diff=lfs merge=lfs -text
# Force git not to modify line endings for go or html files under the go/ql directory
/go/ql/**/*.go -text