Skip to content

Commit

Permalink
Plugin Info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxxio committed May 7, 2024
1 parent 7813b47 commit 994f65b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,19 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
</plugins>
<finalName>spring-boot-starter-eventa</finalName>
</build>

</project>

0 comments on commit 994f65b

Please sign in to comment.