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 54cad7b commit 7df6e7eCopy full SHA for 7df6e7e
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>ru.curs</groupId>
6
<artifactId>spring-boot-starter-celesta</artifactId>
7
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</version>
8
<name>spring-boot-starter-celesta</name>
9
<description>Celesta integration with Spring Boot</description>
10
<packaging>jar</packaging>
@@ -138,6 +138,9 @@
138
<configuration>
139
<release>11</release>
140
<encoding>utf-8</encoding>
141
+ <compilerArgs>
142
+ <arg>-Werror</arg>
143
+ </compilerArgs>
144
</configuration>
145
</plugin>
146
<plugin>
0 commit comments