Extract error prone version as a property
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -155,6 +155,7 @@
|
||||
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
|
||||
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
||||
<spring-javaformat-maven-plugin.version>0.0.39</spring-javaformat-maven-plugin.version>
|
||||
<error-prone.version>2.38.0</error-prone.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -232,7 +233,7 @@
|
||||
<path>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_core</artifactId>
|
||||
<version>2.38.0</version>
|
||||
<version>${error-prone.version}</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user