Skip to content

Commit

Permalink
Fixed IJ version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekaterina Prigara committed Dec 8, 2016
1 parent 213c77c commit 82c804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/build_system/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
intellij {
version 'IC-2016.3.1' //IntelliJ IDEA dependency
version 'IC-2016.3' //IntelliJ IDEA 2016.3 dependency; for a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
plugins 'coverage' //Bundled plugin dependencies
pluginName 'plugin_name_goes_here'
}
Expand Down

0 comments on commit 82c804f

Please sign in to comment.