Skip to content

Commit 5ad3095

Browse files
committed
Bump base IntelliJ version and Kotlin version
Also enabled `updateSinceUntilBuild`
1 parent e111d5a commit 5ad3095

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222

2323
plugins {
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# MIT License
99
#
1010
# suppress inspection "UnusedProperty" for whole file
11-
ideaVersion = 2017.2
11+
ideaVersion = 2017.2.5
1212
javaVersion = 1.8
13-
kotlinVersion = 1.1.3-2
13+
kotlinVersion = 1.1.4-3
1414

1515
group = com.demonwav.minecraft-dev
1616
version = 2017.2-0.7.5

0 commit comments

Comments
 (0)