diff --git a/README.md b/README.md index 28b5cc5f2..96a8ce59c 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,20 @@ 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.29) released on 01.03.2020** +**Last version (0.30) released on 05.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 --- -34th version of plugin released. +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 and 2019.3 +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 + +Last support for IntelliJ 2016.2 and 2016.3 by plugin version 0.30! Last support for IntelliJ 15.0.6 and 2016.1 by plugin version 0.19! diff --git a/build.gradle b/build.gradle index c449891a2..83dc2b4e6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id "org.jetbrains.intellij" version "0.4.21" + id "org.jetbrains.intellij" version "0.4.22" id "org.jetbrains.grammarkit" version "2018.3" id "com.github.ManifestClasspath" version "0.1.0-RELEASE" } @@ -81,7 +81,7 @@ 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.7") + testImplementation("org.mockito:mockito-core:3.5.10") testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.6.2") } diff --git a/gradle.properties b/gradle.properties index 8a2817233..20da53ed1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ ideaVersion=2017.2 # pluginGroup=de.plushnikov.intellij.plugin pluginName=lombok-plugin -pluginVersion=0.30 +pluginVersion=0.31 # javaVersion=1.8 sources=true diff --git a/parts/pluginChanges.html b/parts/pluginChanges.html index 80146dd38..bc500c89e 100644 --- a/parts/pluginChanges.html +++ b/parts/pluginChanges.html @@ -1,4 +1,9 @@