@@ -25,6 +25,7 @@ const targetInfo = [
25
25
gradlePropertiesTemplate : `# Code generated by gha-update-image/index-jb-platform-update.ts. DO NOT EDIT.
26
26
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
27
27
# for insight into build numbers and IntelliJ Platform versions.
28
+ # revert pluginSinceBuild if it's unnecessary
28
29
pluginSinceBuild={{pluginSinceBuild}}
29
30
pluginUntilBuild={{pluginUntilBuild}}
30
31
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
@@ -49,6 +50,7 @@ platformVersion={{platformVersion}}
49
50
gradlePropertiesTemplate : `# Code generated by gha-update-image/index-jb-platform-update.ts. DO NOT EDIT.
50
51
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
51
52
# for insight into build numbers and IntelliJ Platform versions.
53
+ # revert pluginSinceBuild if it's unnecessary
52
54
pluginSinceBuild={{pluginSinceBuild}}
53
55
pluginUntilBuild={{pluginUntilBuild}}
54
56
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
@@ -60,19 +62,20 @@ platformVersion={{platformVersion}}
60
62
} ,
61
63
{
62
64
id : 3 ,
63
- taskName : "Stable Backend Plugin" ,
65
+ taskName : "Stable Frontend Plugin" ,
64
66
productCode : "GW" ,
65
67
productType : "release" ,
66
68
xmlName : "Gateway" ,
67
69
xmlChannels : [ "GW-RELEASE-licensing-RELEASE" ] ,
68
- useXml : false ,
70
+ useXml : true ,
69
71
gradlePropertiesPath : path . resolve (
70
72
pathToProjectRoot ,
71
73
"components/ide/jetbrains/gateway-plugin/gradle-stable.properties" ,
72
74
) ,
73
75
gradlePropertiesTemplate : `# Code generated by gha-update-image/index-jb-platform-update.ts. DO NOT EDIT.
74
76
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
75
77
# for insight into build numbers and IntelliJ Platform versions.
78
+ # revert pluginSinceBuild if it's unnecessary
76
79
pluginSinceBuild={{pluginSinceBuild}}
77
80
pluginUntilBuild={{pluginUntilBuild}}
78
81
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
0 commit comments