• Andy Wilkinson's avatar
    Disable javadoc linting when building with JDK 8+ · 78432fc7
    Andy Wilkinson authored
    Java 8 introduced new, aggressive linting of javadoc that’s enabled by
    default. The linter isn’t sufficiently configurable to allow us to tune
    it to meet the project’s conventions for javadoc so our only realistic
    option is to disable linting.
    
    This commit introduces a new profile to disable javadoc linting. To
    maintain compatibility with JDK 7, the profile is only active when the
    build’s running on JDK 8 or later.
    
    Closes gh-2233
    78432fc7
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...