Skip to content

Commit

Permalink
update Rider SDK to 2017.1 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
shalupov committed Jul 14, 2017
1 parent 214d721 commit ea5b836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rider/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.1.1'
id 'org.jetbrains.intellij' version '0.2.8'
id 'org.jetbrains.intellij' version '0.2.14'
}

group 'com.jetbrains'
Expand All @@ -26,7 +26,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

intellij {
type = 'RS'
type = 'RD'

// Download a version of Rider to compile and run with. Either set `version` to
// 'LATEST-TRUNK-SNAPSHOT' or 'LATEST-EAP-SNAPSHOT' or a known version.
Expand All @@ -44,7 +44,7 @@ intellij {
localPath = dir.absolutePath
}
else {
version = '171.4456.575' // EAP23
version = '171.4456.1432' // 2017.1 RC
}

// Sources aren't available for Rider
Expand Down

0 comments on commit ea5b836

Please sign in to comment.