mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Kotlin: rework header comment
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
"""
|
||||
# Usage overview
|
||||
Building the extractor can be done via
|
||||
Building the extractor can be done with bazel. If building from the internal repository, it is recommended to use
|
||||
`tools/bazel` from there.
|
||||
|
||||
A specific kotlin extractor variant can be built with
|
||||
```
|
||||
bazel build @codeql//java/kotlin-extractor:codeql-extractor-kotlin-<variant>-<version>
|
||||
```
|
||||
@@ -16,8 +19,8 @@ will build a default variant:
|
||||
|
||||
If `kotlinc` is updated, bazel won't be aware of it and will therefore keep the same default version. Possible workarounds for that:
|
||||
* `bazel clean`
|
||||
* `bazel fetch --force @codeql_kotlin_defaults\\:all`
|
||||
* `CODEQL_KOTLIN_SINGLE_VERSION= bazel build //java/kotlin-extractor`
|
||||
* `bazel fetch --force @codeql//java/kotlin-extractor`
|
||||
* `bazel fetch --force @codeql_kotlin_defaults//:all` (only from `codeql`)
|
||||
|
||||
If building from the `codeql` repository, `@codeql` can be skipped.
|
||||
"""
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
The Git LFS files contained in this directory are mirrored
|
||||
from [org.jetbrains.kotlin packages in the Maven repository][1]. Please refer to [the kotlin Apache 2.0 license][2] for
|
||||
details about their license.
|
||||
from [org.jetbrains.kotlin packages in the Maven repository][1]. A copy of the license is included as
|
||||
the [`license`](./license) file.
|
||||
|
||||
[1]: https://mvnrepository.com/artifact/org.jetbrains.kotlin
|
||||
|
||||
[2]: https://github.com/JetBrains/kotlin/tree/master/license
|
||||
|
||||
1675
java/kotlin-extractor/deps/license
Normal file
1675
java/kotlin-extractor/deps/license
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user