Build: Add Mozilla jshell to implicitDependencies
#KTI-72
This commit is contained in:
committed by
Space Team
parent
02489dcd75
commit
e15a299196
@@ -67,6 +67,10 @@ dependencies {
|
|||||||
testApi(intellijCore())
|
testApi(intellijCore())
|
||||||
|
|
||||||
jsShell("org.mozilla:jsshell:$jsShellVersion:$jsShellSuffix@zip")
|
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")
|
val generationRoot = projectDir.resolve("tests-gen")
|
||||||
|
|||||||
Reference in New Issue
Block a user