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
</doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin -->
295
-
296
-
<source>8</source>
295
+
<legacyMode>true</legacyMode>
297
296
</configuration>
298
297
<executions>
299
298
<execution>
@@ -529,14 +528,14 @@
529
528
</build>
530
529
</profile>
531
530
532
-
<!-- profile for running tests under java 8 (used mostly in CI) -->
531
+
<!-- profile for running tests under java 11 (used mostly in CI) -->
533
532
<!-- selected automatically by JDK activeation (see https://maven.apache.org/guides/introduction/introduction-to-profiles.html#implicit-profile-activation) -->
534
533
<profile>
535
-
<id>java8</id>
536
-
<!-- with the next block we can define a set of artifacts which still support java 8, if any of the artifacts is not supporting java 8 anymore -->
534
+
<id>java11</id>
535
+
<!-- with the next block we can define a set of artifacts which still support java 11, if any of the artifacts is not supporting java 11 anymore -->
0 commit comments