File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121}
2222
2323plugins {
24- id(" org.jetbrains.kotlin.jvm" ) version " 1.1.3-2 " // kept in sync with IntelliJ's bundled dep
24+ id(" org.jetbrains.kotlin.jvm" ) version " 1.1.4-3 " // kept in sync with IntelliJ's bundled dep
2525 groovy
2626 idea
2727 id(" org.jetbrains.intellij" ) version " 0.2.17"
@@ -112,7 +112,7 @@ intellij {
112112 " properties" , " junit" )
113113
114114 pluginName = " Minecraft Development"
115- updateSinceUntilBuild = false
115+ updateSinceUntilBuild = true
116116
117117 downloadSources = ! CI && downloadIdeaSources.toBoolean()
118118
Original file line number Diff line number Diff line change 88# MIT License
99#
1010# suppress inspection "UnusedProperty" for whole file
11- ideaVersion = 2017.2
11+ ideaVersion = 2017.2.5
1212javaVersion = 1.8
13- kotlinVersion = 1.1.3-2
13+ kotlinVersion = 1.1.4-3
1414
1515group = com.demonwav.minecraft-dev
1616version = 2017.2-0.7.5
You can’t perform that action at this time.
0 commit comments