diff --git a/README.md b/README.md index 96a8ce59c..b2a3bdb89 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,28 @@ lombok-intellij-plugin [![Donate](https://www.paypal.com/en_US/i/btn/btn_donateC Provides support for lombok annotations to write great Java code with IntelliJ IDEA. -**Last version (0.30) released on 05.09.2020** +**Last version (0.31) released on 06.09.2020** --- -## Unfortunately the current IntelliJ 2020.2 version has a bug and lombok plugin can't be used normally. -## Use previous IntelliJ version 2020.1 or update to IntelliJ IDEA 2020.2.1 +:collision: **Unfortunately the current IntelliJ 2020.2 version has a bug and lombok plugin can't be used normally.** :collision: + +:hammer_and_wrench: Use previous IntelliJ version 2020.1 or update to IntelliJ IDEA 2020.2.1 +--- + +:collision: **The latest IntelliJ IDEA versions still contains a BUG :beetle: for several plugins (including plugin for Lombok) were shown as incompatible with the updated version of the IDE.** :collision: + +You can find the issue with a detailed explanation here: https://youtrack.jetbrains.com/issue/IDEA-237113 and https://youtrack.jetbrains.com/issue/IDEA-246822 + +:hammer_and_wrench: As of now, the workaround is to re-install the plugin in the IDE settings. --- 35th version of plugin released. Install it automatically from IntelliJ Idea plugin repository. -Tested and supports IntelliJ versions: 2016.2, 2016.3, 2017.X, 2018.X, 2019.1, 2019.2, 2019.3, 2020.1 and 2020.2.1 +Tested and supports IntelliJ versions: 2017.X, 2018.X, 2019.X, 2020.1 and 2020.2.1 -Last support for IntelliJ 2016.2 and 2016.3 by plugin version 0.30! +Last support for IntelliJ 2016.2 and 2016.3 by plugin version 0.31! Last support for IntelliJ 15.0.6 and 2016.1 by plugin version 0.19! diff --git a/build.gradle b/build.gradle index 83dc2b4e6..4420cad01 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.jetbrains.intellij" version "0.4.22" + id "org.jetbrains.intellij" version "0.4.26" id "org.jetbrains.grammarkit" version "2018.3" id "com.github.ManifestClasspath" version "0.1.0-RELEASE" } @@ -81,8 +81,8 @@ dependencies { lombok group: 'org.projectlombok', name: 'lombok', version: '1.18.12', classifier: 'sources', ext: 'jar' testImplementation("junit:junit:4.13") - testImplementation("org.mockito:mockito-core:3.5.10") - testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2") + testImplementation("org.mockito:mockito-core:3.5.11") + testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.7.0") } // Tasks diff --git a/gradle.properties b/gradle.properties index ed53eb3b9..34dd94f1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ ideaVersion=2018.1 # pluginGroup=de.plushnikov.intellij.plugin pluginName=lombok-plugin -pluginVersion=0.31 +pluginVersion=0.32 # javaVersion=1.8 sources=true diff --git a/parts/pluginChanges.html b/parts/pluginChanges.html index 0cf2ccc84..9632fc289 100644 --- a/parts/pluginChanges.html +++ b/parts/pluginChanges.html @@ -1,4 +1,12 @@