You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+4-4
Original file line number
Diff line number
Diff line change
@@ -646,14 +646,14 @@
646
646
</plugins>
647
647
</build>
648
648
</profile>
649
-
<!-- profile for running tests under java 8 (used mostly in CI) -->
650
-
<!-- selected automatically by JDK activeation (see https://maven.apache.org/guides/introduction/introduction-to-profiles.html#implicit-profile-activation) -->
649
+
<!-- profile for running tests under java 11 (used mostly in CI) -->
650
+
<!-- selected automatically by JDK activation (see https://maven.apache.org/guides/introduction/introduction-to-profiles.html#implicit-profile-activation) -->
651
651
<profile>
652
-
<id>java8</id>
652
+
<id>java11</id>
653
653
<!-- with the next block we can define a set of sdks which still support java 8, if any of the sdks is not supporting java 8 anymore -->
0 commit comments