Build: Add Mozilla jshell to implicitDependencies

#KTI-72
This commit is contained in:
Vyacheslav Gerasimov
2023-06-02 12:38:11 +02:00
committed by Space Team
parent 02489dcd75
commit e15a299196
+4
View File
@@ -67,6 +67,10 @@ dependencies {
testApi(intellijCore())
jsShell("org.mozilla:jsshell:$jsShellVersion:$jsShellSuffix@zip")
implicitDependencies("org.mozilla:jsshell:$jsShellVersion:win64@zip")
implicitDependencies("org.mozilla:jsshell:$jsShellVersion:linux-x86_64@zip")
implicitDependencies("org.mozilla:jsshell:$jsShellVersion:mac@zip")
}
val generationRoot = projectDir.resolve("tests-gen")