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 ac1fefc commit 64f6b5bCopy full SHA for 64f6b5b
vaadin-addon-template-demo/pom.xml
@@ -96,6 +96,9 @@
96
<version>3.10.1</version>
97
<configuration>
98
<release>${maven.compiler.release}</release>
99
+ <compilerArgs>
100
+ <arg>-proc:none</arg>
101
+ </compilerArgs>
102
</configuration>
103
</plugin>
104
<plugin>
vaadin-addon-template/pom.xml
@@ -153,6 +153,9 @@
153
154
155
156
157
158
159
160
161
0 commit comments