File tree 3 files changed +1683
-7
lines changed
3 files changed +1683
-7
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
# 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
4
7
```
5
8
bazel build @codeql//java/kotlin-extractor:codeql-extractor-kotlin-<variant>-<version>
6
9
```
@@ -16,8 +19,8 @@ will build a default variant:
16
19
17
20
If `kotlinc` is updated, bazel won't be aware of it and will therefore keep the same default version. Possible workarounds for that:
18
21
* `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`)
21
24
22
25
If building from the `codeql` repository, `@codeql` can be skipped.
23
26
"""
Original file line number Diff line number Diff line change 1
1
The 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 .
4
4
5
5
[ 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