We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d2b19 commit a0f30f4Copy full SHA for a0f30f4
1 file changed
build.gradle
@@ -36,6 +36,9 @@ switch (System.getenv().getOrDefault('IDEA_VERSION', ideaVersion)) {
36
case ~/2020\.2.*/:
37
lombokPlugin = 'Lombook Plugin:0.34-2020.2'
38
break
39
+ case ~/2020\.3.*/:
40
+ lombokPlugin = 'Lombook Plugin:0.32-EAP'
41
+ break
42
}
43
44
intellij {
0 commit comments