File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ bazel build //java/kotlin-extractor:codeql-extractor-kotlin-<variant>-<version>
66```
77where `<variant>` is either `standalone` or `embeddable`, and `<version>` is one of the supported versions.
88
9- For the moment both variants where tested by replacing them into `target/intree/codeql-java` and running one relevant integration test.
109
1110```
1211bazel build //java/kotlin-extractor
@@ -23,7 +22,7 @@ If `kotlinc` is updated, bazel won't be aware of it and will therefore keep the
2322* `CODEQL_KOTLIN_SINGLE_VERSION= bazel build //java/kotlin-extractor`
2423"""
2524
26- # notice that this file is used in the `@codeql_koblin_embeddable ` external repo, which means we need to
25+ # This file is used in the `@codeql_kotlin_embeddable ` external repo, which means we need to
2726# reference explicitly @codeql
2827load (
2928 "@codeql//java/kotlin-extractor:versions.bzl" ,
@@ -143,7 +142,7 @@ _resources = [
143142]
144143
145144# default aliases, based on the kotlinc version installed on the host
146- # * default version can be overridden with env variableCODEQL_KOTLIN_SINGLE_VERSION
145+ # * default version can be overridden with env variable CODEQL_KOTLIN_SINGLE_VERSION
147146# * setting CODEQL_KOTLIN_SINGLE_VERSION_EMBEDDABLE=true overrides the default variant
148147# * when a new kotlinc version is installed, you'll need to either `bazel clean` or
149148# `bazel fetch --force @codeql_kotlin_defaults//:all` to refresh the default
You can’t perform that action at this time.
0 commit comments