Skip to content

Commit cf94c48

Browse files
committed
[pom] Add back maxJdkVersion as this one not in parent
1 parent 7df0987 commit cf94c48

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@
7575

7676
<build>
7777
<plugins>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-enforcer-plugin</artifactId>
81+
<configuration>
82+
<rules>
83+
<enforceBytecodeVersion>
84+
<maxJdkVersion>${java.version}</maxJdkVersion>
85+
</enforceBytecodeVersion>
86+
</rules>
87+
</configuration>
88+
</plugin>
7889
<plugin>
7990
<groupId>org.jetbrains.kotlin</groupId>
8091
<artifactId>kotlin-maven-plugin</artifactId>

0 commit comments

Comments
 (0)