We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c81d5a commit c7d65efCopy full SHA for c7d65ef
java/kotlin-extractor/BUILD.bazel
@@ -126,11 +126,6 @@ kt_javac_options(
126
module_name = "codeql-kotlin-extractor",
127
# resource_strip_prefix is very nit-picky: the following makes it work from
128
# `codeql`, `@codeql_kotlin_embeddable` and `semmle-code`
129
- resource_strip_prefix = (
130
- ("../%s/" % repo_name() if repo_name() else "") +
131
- ("%s/" % package_name() if package_name() else "") +
132
- v
133
- ),
134
resources = [
135
":resources-%s" % v,
136
],
0 commit comments