Skip to content

Commit c52f9e1

Browse files
committed
fix(ci): Repair gradle wrapper and update build versions
1 parent fed1c44 commit c52f9e1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ pluginSinceBuild = 251
1313

1414
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1515
# See https://jb.gg/intellij-platform-builds-list for available build versions.
16-
pluginVerifierIdeVersions = PY-2023.3.5, PC-2023.3.5, IU-2023.3.5, IC-2023.3.5
16+
pluginVerifierIdeVersions = PY-2024.1.4, PC-2024.1.4, IU-2024.1.4, IC-2024.1.4
1717

1818
platformType = PC
1919
# recommendation for development, use the latest bugfix version of the earliest minor version we can find sources for
20-
platformVersion = 2024.1
20+
platformVersion = 2024.1.4
2121
platformDownloadSources = true
2222

2323
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#Wed Jun 25 15:48:32 EEST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
-pyzipStoreBase=GRADLE_USER_HOME
4+
distributionUrl=https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
5+
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
<p>This plugin enhances PyCharm/IntelliJ IDEA with advanced autocompletion and navigation features for Odoo development.</p>
88
<p><strong>Core Features:</strong></p>
9-
<ul>
9+
<ul>
1010
<li><strong>Search Everywhere:</strong> Instantly find Odoo modules, models, and records.</li>
1111
<li><strong>Model Hierarchy:</strong> View Odoo model inheritance in the type hierarchy view.</li>
1212
<li><strong>Python Imports:</strong> Autocomplete and resolve <code>odoo.addons.*</code> imports.</li>
@@ -15,7 +15,7 @@
1515
<li><strong>JS Modules:</strong> Autocomplete and navigate to JavaScript modules defined with <code>odoo.define</code>.</li>
1616
<li><strong>PO/POT Files:</strong> Autocomplete and navigate to <code>msgid</code> entries from translation files.</li>
1717
<li><strong>Navigation:</strong> Go To Declaration support for models, records, JS modules, and PO `msgid`s.</li>
18-
</ul>
18+
</ul>
1919
<p>The plugin is designed for performance and integrates smoothly into the IDE, providing a seamless experience for Odoo developers across all supported versions.</p>
2020
]]>
2121
</description>

0 commit comments

Comments
 (0)