GH-720 - Migrate to Maven Develocity conventions.
This commit is contained in:
committed by
Oliver Drotbohm
parent
00852d289f
commit
af883e780e
@@ -26,7 +26,6 @@
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<jmolecules.version>2023.1.3</jmolecules.version>
|
||||
<spring-boot.version>3.2.7</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -42,12 +41,10 @@
|
||||
<path>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</path>
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>${lombok.version}</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user