Skip to content

Commit

Permalink
5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Oct 12, 2020
1 parent 0ffca3b commit 0e54876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
idea
}

version = "5.6"
version = "5.7"
buildDir = file("build/gradle")

val kotlinVersion: String by project
Expand Down
5 changes: 3 additions & 2 deletions modules/idea/idea.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ tasks {
patchPluginXml {
changeNotes("""
<ul>
<li>Improved method for finding class files, decompiled classes and Scala classes can now be shown</li>
<li>Support NestHost and NestMembers attributes new in Java 11+</li>
<li>Value labels and hyperlinks in detail panes can be focused and text in value labels can be selected</li>
<li>Support the Record class file attribute new in Java 14</li>
<li>Support the PermittedSubclasses class file attribute new in Java 15</li>
</ul>
""".trimIndent())
version(project.version)
Expand Down

0 comments on commit 0e54876

Please sign in to comment.