Skip to content

Commit bcc39fa

Browse files
committed
fix(config): add plugin dependencies and cleanup Java version
1 parent 65b2cf0 commit bcc39fa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ platformDownloadSources = true
2424
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
2525
platformPlugins =
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-
3027
gradleVersion = 7.4.2
3128

3229
# Opt-out flag for bundling Kotlin standard library.

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
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"

0 commit comments

Comments
 (0)