Skip to content

Commit

Permalink
Set the SDK to the last supported version instead of LATEST-EAP-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hodel committed Jan 22, 2021
1 parent 0d99f4c commit 37fea5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ intellij {
// From branch 2018.3
// version '2018.3'
// From branch 2019.3
// version '193.3519.25-EAP-SNAPSHOT'
version 'LATEST-EAP-SNAPSHOT'
version '202.8194.7'
plugins = ['java', 'coverage']
pluginName 'Save Actions'
// Do not touch the plugin.xml file
Expand Down

0 comments on commit 37fea5c

Please sign in to comment.