File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
10
version 3.0.2
2
11
=============
3
12
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3
3
<vars >
4
4
<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 " />
7
7
</vars >
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
3
3
id(" com.dorongold.task-tree" ) version " 2.1.1"
4
4
}
5
5
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 "
8
8
9
9
subprojects {
10
10
apply (plugin = " java" )
You can’t perform that action at this time.
0 commit comments