Skip to content

Commit c7d65ef

Browse files
committed
Kotlin: Remove resource_strip_prefix for kotlin extraction
1 parent 3c81d5a commit c7d65ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

java/kotlin-extractor/BUILD.bazel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ kt_javac_options(
126126
module_name = "codeql-kotlin-extractor",
127127
# resource_strip_prefix is very nit-picky: the following makes it work from
128128
# `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-
),
134129
resources = [
135130
":resources-%s" % v,
136131
],

0 commit comments

Comments
 (0)