Skip to content

Commit

Permalink
Bump maven-compiler-plugin to 3.13.0 (openhab#16609)
Browse files Browse the repository at this point in the history
Avoid ZipException with ejc >3.30.0.

Signed-off-by: Holger Friedrich <[email protected]>
Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
holgerfriedrich authored and pgfeller committed Sep 29, 2024
1 parent 0fef01a commit ef8dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<compilerId>eclipse</compilerId>
<compilerArgs>
Expand Down

0 comments on commit ef8dc9d

Please sign in to comment.