Skip to content

Commit e4cb00f

Browse files
committed
Making sure the maven compiler version is specified.
1 parent 5228ef0 commit e4cb00f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin-samples/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-compiler-plugin</artifactId>
39+
<version>3.8.1</version>
3940
<executions>
4041
<execution>
4142
<id>compile</id>

0 commit comments

Comments
 (0)