File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
22# Usage overview
3- Building the extractor can be done via
3+ Building the extractor can be done with bazel. If building from the internal repository, it is recommended to use
4+ `tools/bazel` from there.
5+
6+ A specific kotlin extractor variant can be built with
47```
58bazel build @codeql//java/kotlin-extractor:codeql-extractor-kotlin-<variant>-<version>
69```
@@ -16,8 +19,8 @@ will build a default variant:
1619
1720If `kotlinc` is updated, bazel won't be aware of it and will therefore keep the same default version. Possible workarounds for that:
1821* `bazel clean`
19- * `bazel fetch --force @codeql_kotlin_defaults \\ :all `
20- * `CODEQL_KOTLIN_SINGLE_VERSION= bazel build //java/kotlin-extractor`
22+ * `bazel fetch --force @codeql//java/kotlin-extractor `
23+ * `bazel fetch --force @codeql_kotlin_defaults//:all` (only from `codeql`)
2124
2225If building from the `codeql` repository, `@codeql` can be skipped.
2326"""
Original file line number Diff line number Diff line change 11The Git LFS files contained in this directory are mirrored
2- from [ org.jetbrains.kotlin packages in the Maven repository] [ 1 ] . Please refer to [ the kotlin Apache 2.0 license ] [ 2 ] for
3- details about their license.
2+ from [ org.jetbrains.kotlin packages in the Maven repository] [ 1 ] . A copy of the license is included as
3+ the [ ` license ` ] ( ./license ) file .
44
55[ 1 ] : https://mvnrepository.com/artifact/org.jetbrains.kotlin
6-
7- [ 2 ] : https://github.com/JetBrains/kotlin/tree/master/license
You can’t perform that action at this time.
0 commit comments