mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Kotlin: tweak plugin test
Put less emphasis on plugin build isolation, to get a better DevEx out of it. The crux of the test is the database extraction part, not the plugin build.
This commit is contained in:
@@ -17,7 +17,10 @@ kt_jvm_library(
|
||||
srcs = ["Plugin.kt"],
|
||||
kotlinc_opts = ":kotlinc-options",
|
||||
module_name = "test",
|
||||
resource_strip_prefix = "%s/resources" % package_name(),
|
||||
resource_strip_prefix = "../%s/%s/resources" % (
|
||||
repo_name(),
|
||||
package_name(),
|
||||
),
|
||||
resources = glob(["resources/**"]),
|
||||
deps = [
|
||||
"@kotlin-compiler-%s" % _version,
|
||||
|
||||
Reference in New Issue
Block a user