File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ tasks {
130130 }
131131
132132 publishPlugin {
133- token. set(System . getenv(" AT_WTIOIT_PYCHARM_PLUGIN_intellijPublishToken " ))
133+ token. set(System . getenv(" ODOO_AUTOCOMPLETE_PLUGIN_PUBLISH_TOKEN " ))
134134 }
135135
136136}
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ platformDownloadSources = true
2424# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
2525platformPlugins =
2626
27- # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
28- javaVersion = 11
29-
3027gradleVersion = 7.4.2
3128
3229# Opt-out flag for bundling Kotlin standard library.
Original file line number Diff line number Diff line change 3535 </change-notes >
3636
3737 <depends >com.intellij.modules.platform</depends >
38+ <depends >com.intellij.modules.python</depends >
39+ <depends >com.intellij.lang.javascript</depends >
3840
3941 <extensions >
4042 <localInspection language =" XML" shortName =" MissingRecordDefinitionXml" bundle =" at.wtioit.intellij.plugins.OdooBundle"
You can’t perform that action at this time.
0 commit comments