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 a6293ee commit ff9b681Copy full SHA for ff9b681
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'com.github.lppedd'
7
-version '0.2.0'
+version '0.2.1'
8
9
sourceCompatibility = JavaVersion.VERSION_12
10
@@ -31,7 +31,7 @@ intellij {
31
patchPluginXml {
32
version project.version
33
sinceBuild '192'
34
- untilBuild '193.*'
+ untilBuild '201.*'
35
changeNotes = new File("change_notes/${version.replace('.', '_')}.html").getText('UTF-8')
36
pluginDescription = new File("plugin_description.html").getText('UTF-8')
37
change_notes/0_2_1.html
@@ -0,0 +1,8 @@
1
+<h3>0.2.1 (05/02/2020)</h3>
2
+<p>
3
+ Fourth alpha release.
+</p>
+<ul>
+ <li>Compatibility with IDEA 2020.1</li>
+ <li>Replaced Lombok in favor of Jabel for Java 12 features</li>
+</ul>
0 commit comments