CI/CD fix
parent
34744f93ec
commit
395da1739b
13
pom.xml
13
pom.xml
|
@ -70,12 +70,15 @@
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>3.8.1</version> <!-- Укажите актуальную версию плагина -->
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${java.version}</source> <!-- Укажите версию исходного кода Java -->
|
<excludes>
|
||||||
<target>${java.version}</target> <!-- Укажите версию целевого байт-кода Java -->
|
<exclude>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue