Skip to content

Commit

Permalink
Upgrade to 2019.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jheister committed Aug 5, 2019
1 parent d09383d commit 97080e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
plugins {
id "org.jetbrains.intellij" version "0.4.7"
id "org.jetbrains.intellij" version "0.4.9"
}

version = System.getenv("TRAVIS_TAG")

intellij {
version '2019.1'
version '2019.2'
plugins 'java'
}

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}

0 comments on commit 97080e1

Please sign in to comment.