Browse Source

Merge branch '3.1.x' into 3.2.x

Closes gh-40702
pull/41000/head
Moritz Halbritter 2 years ago
parent
commit
ef0cf7e9da
  1. 4
      buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

4
buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

@ -84,8 +84,8 @@ import org.springframework.util.StringUtils; @@ -84,8 +84,8 @@ import org.springframework.util.StringUtils;
* <ul>
* <li>Use {@code -parameters}.
* <li>Treat warnings as errors
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and {@code varags}
* warnings
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and
* {@code varargs} warnings
* </ul>
* <li>{@link Jar} tasks are configured to produce jars with LICENSE.txt and NOTICE.txt
* files and the following manifest entries:

Loading…
Cancel
Save