Skip to content

Commit 351f89f

Browse files
committed
Fixed sinceBuild
1 parent 916ab01 commit 351f89f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (project.file('gradle.properties').exists()) {
1313
intellij {
1414
version = '2017.1.4'
1515
pluginName = 'Mathematica-IntelliJ-Plugin'
16-
updateSinceUntilBuild = true
16+
updateSinceUntilBuild = false
1717
}
1818

1919
// Simple function to load change-notes.html and description.html into valid text for plugin.xml

resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<name>Mathematica Support</name>
2525
<category>Custom Language</category>
2626
<vendor url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
27+
<idea-version since-build="163"/>
2728
<depends>com.intellij.modules.lang</depends>
2829

2930
<extensions defaultExtensionNs="com.intellij">

0 commit comments

Comments
 (0)