Skip to content

Commit 55e3fd4

Browse files
committed
Add maven-compiler-plugin version
Maven complains about compromised reproducability of builds if the maven-compiler-plugin version is not specified. Signed-off-by: Paul Millar <paul.millar@desy.de>
1 parent ce79e52 commit 55e3fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140+
<version>3.14.1</version>
140141
<configuration>
141142
<source>11</source>
142143
<target>11</target>

0 commit comments

Comments
 (0)