Skip to content

Commit eb05d48

Browse files
committed
Kotlin: Strip prefix when building plugin
1 parent 911acb6 commit eb05d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/kotlin-extractor/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ kt_javac_options(
124124
javac_opts = ":javac-options",
125125
kotlinc_opts = ":kotlinc-options-%s" % v,
126126
module_name = "codeql-kotlin-extractor",
127+
resource_strip_prefix = v,
127128
resources = [
128129
":resources-%s" % v,
129130
],

0 commit comments

Comments
 (0)