Skip to content

Commit

Permalink
IDEA 15.x compatible update
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 7, 2018
1 parent 75fd9fd commit 2cb1f51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.jetbrains.intellij" version "0.2.17"
}
version = "${pluginVersion}.${platformBranch}${pluginBuild}"
version = "${pluginVersion}${platformBranch}${pluginBuild}"

apply plugin: 'java'
sourceCompatibility = javaVersion
Expand All @@ -20,7 +20,7 @@ sourceSets {

apply plugin: 'org.jetbrains.intellij'
intellij {
version "${platformVersion}.${platformBranch}.${platformBuild}"
version "${platformVersion}${platformBranch}${platformBuild}"
downloadSources Boolean.valueOf(downloadIdeaSource)
sandboxDirectory project.rootDir.canonicalPath + "/.sandbox"
updateSinceUntilBuild = true
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# https://www.jetbrains.com/intellij-repository/snapshots

name="PsiViewer"
platformVersion=181
platformBranch=4203
platformBuild=6
pluginVersion=2018.1
platformVersion=15
platformBranch=.0
platformBuild=
pluginVersion=15
pluginBuild=
javaVersion=1.8
javaTargetVersion=1.8
Expand Down

0 comments on commit 2cb1f51

Please # to comment.