Skip to content

Commit

Permalink
Updated for 2020.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksZhelo committed Jul 31, 2020
1 parent 81e54a8 commit 4886762
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
//apply plugin: 'org.jetbrains.grammarkit'

group 'com.alekseyzhelo.evilislands'
version '1.1.1'
version '1.1.2'

sourceCompatibility = 1.8
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
Expand All @@ -29,12 +29,17 @@ tasks.named('prepareSandbox') {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2020.1'
version '2020.2'
type 'IC'
plugins 'java' //, 'PsiViewer:193-SNAPSHOT'
updateSinceUntilBuild false
}
patchPluginXml {
changeNotes """
Version 1.1.2:
<ul>
<li> Updated to work with Intellij 2020.2 (and hopefully future versions) </li>
</ul>
Version 1.1.1:
<ul>
<li> Updated to work with Intellij 2020.1 </li>
Expand Down

0 comments on commit 4886762

Please sign in to comment.