Skip to content

Commit

Permalink
Disable packaging as executable JAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Apr 11, 2024
1 parent cfb2580 commit 4ee4778
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
<executions>
<execution>
<id>process-aot</id>
Expand Down

0 comments on commit 4ee4778

Please sign in to comment.