Define 'java11' Maven Profile setting the Java version to 11 and upgrading Mockito to 5.2.0.
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -288,4 +288,17 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>java11</id>
|
||||||
|
<activation>
|
||||||
|
<jdk>[11,)</jdk>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<java.version>11</java.version>
|
||||||
|
<mockito.version>5.2.0</mockito.version>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user