[Wasm, JS] Update v8 to 10.9.194
It turned out that 10.9.130 is not available for intel based macs (mac64)
This commit is contained in:
@@ -64,4 +64,4 @@ versions.protobuf-relocated=2.6.1-1
|
|||||||
versions.r8=2.2.64
|
versions.r8=2.2.64
|
||||||
versions.robolectric=4.0
|
versions.robolectric=4.0
|
||||||
versions.nodejs=18.12.1
|
versions.nodejs=18.12.1
|
||||||
versions.v8=10.9.130
|
versions.v8=10.9.194
|
||||||
|
|||||||
+2
-2
@@ -14,7 +14,7 @@ with(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin.apply(rootPr
|
|||||||
}
|
}
|
||||||
|
|
||||||
with(org.jetbrains.kotlin.gradle.targets.js.d8.D8RootPlugin.apply(rootProject)) {
|
with(org.jetbrains.kotlin.gradle.targets.js.d8.D8RootPlugin.apply(rootProject)) {
|
||||||
version = "10.9.130"
|
version = "10.9.194"
|
||||||
}
|
}
|
||||||
|
|
||||||
with(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin.apply(rootProject)) {
|
with(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin.apply(rootProject)) {
|
||||||
@@ -41,4 +41,4 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ open class D8RootExtension(@Transient val rootProject: Project) : ConfigurationP
|
|||||||
var downloadBaseUrl by Property("https://storage.googleapis.com/chromium-v8/official/canary/")
|
var downloadBaseUrl by Property("https://storage.googleapis.com/chromium-v8/official/canary/")
|
||||||
|
|
||||||
// Latest version number could be found here https://storage.googleapis.com/chromium-v8/official/canary/v8-linux64-rel-latest.json
|
// Latest version number could be found here https://storage.googleapis.com/chromium-v8/official/canary/v8-linux64-rel-latest.json
|
||||||
var version by Property("10.9.130")
|
var version by Property("10.9.194")
|
||||||
var edition by Property("rel") // rel or dbg
|
var edition by Property("rel") // rel or dbg
|
||||||
|
|
||||||
val setupTaskProvider: TaskProvider<out Copy>
|
val setupTaskProvider: TaskProvider<out Copy>
|
||||||
|
|||||||
Reference in New Issue
Block a user