Skip to content

Commit 98cf919

Browse files
committed
v3.1.0
1 parent 867dc44 commit 98cf919

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
version 3.1.0
2+
=============
3+
4+
- fix annotations on enum constructors not working correctly due to a bug in the Java compiler
5+
details: [Cabe#18](https://github.com/xzel23/cabe/issues/18)
6+
- fix compilation error on systems that do not have JavaFX set up
7+
- use Gradle toolchains
8+
- fix some Gradle deprecation warnings
9+
110
version 3.0.2
211
=============
312

Writerside/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="product" value="Writerside"/>
5-
<var name="PROCESSOR_VERSION" value="3.0.2"/>
6-
<var name="PLUGIN_VERSION" value="3.0.2"/>
5+
<var name="PROCESSOR_VERSION" value="3.1.0"/>
6+
<var name="PLUGIN_VERSION" value="3.1.0"/>
77
</vars>

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id("com.dorongold.task-tree") version "2.1.1"
44
}
55

6-
extra["plugin_version"] = "3.0.3"
7-
extra["processor_version"] = "3.0.3"
6+
extra["plugin_version"] = "3.1.0"
7+
extra["processor_version"] = "3.1.0"
88

99
subprojects {
1010
apply(plugin = "java")

0 commit comments

Comments
 (0)