Skip to content

Commit 415357e

Browse files
authored
Fix bundle build JCEF issue (#5009)
* Fix bundle build JCEF issue * Fix file encoding
1 parent 7198479 commit 415357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/buildSrc/src/main/groovy/com/microsoft/azuretools/plugins/configs/BundleBuildIDEAConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.gradle.api.Project
2727
class BundleBuildIDEAConfig implements JdkUrlConfigurable {
2828
// Downloading resources
2929
String jdkUrl
30-
String jbrUrl = "https://jetbrains.bintray.com/intellij-jbr/jbr_jfx_jcef-11_0_6-windows-x64-b765.25.tar.gz"
30+
String jbrUrl = "https://jetbrains.bintray.com/intellij-jbr/jbr-11_0_7-windows-x64-b944.20.tar.gz"
3131
String scalaSdkUrl = "https://downloads.lightbend.com/scala/2.11.12/scala-2.11.12.zip"
3232
String winutilsUrl = "https://github.com/steveloughran/winutils/archive/tag_2017-08=29-hadoop-2.8.1-native.zip"
3333

0 commit comments

Comments
 (0)