We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916ab01 commit 351f89fCopy full SHA for 351f89f
2 files changed
build.gradle
@@ -13,7 +13,7 @@ if (project.file('gradle.properties').exists()) {
13
intellij {
14
version = '2017.1.4'
15
pluginName = 'Mathematica-IntelliJ-Plugin'
16
- updateSinceUntilBuild = true
+ updateSinceUntilBuild = false
17
}
18
19
// Simple function to load change-notes.html and description.html into valid text for plugin.xml
resources/META-INF/plugin.xml
@@ -24,6 +24,7 @@
24
<name>Mathematica Support</name>
25
<category>Custom Language</category>
26
<vendor url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
27
+ <idea-version since-build="163"/>
28
<depends>com.intellij.modules.lang</depends>
29
30
<extensions defaultExtensionNs="com.intellij">
0 commit comments