• Andy Wilkinson's avatar
    Fix reflective access to archiveBaseName property · 76f03a8c
    Andy Wilkinson authored
    Previously, reflective access to the archiveBaseName property
    incorrectly treated the property as a String. It should have been
    treated as a Property<String>. This caused an exception to be thrown
    and the deprecated baseName property to be used as a fallback.
    
    This commit corrects the reflective access to the archiveBaseName
    property. It also updates the tests to fail if a build outputs a
    deprecation warning. Tests that use Gradle's Maven plugin have been
    updated to expect deprecation warnings when run with Gradle 6.0 where
    the plugin is deprecated. Tests that configure an archive's base name
    have been updated to use archiveBaseName when running with Gradle 6.0
    and later.
    
    Closes gh-18663
    76f03a8c
Name
Last commit
Last update
..
org.springframework.boot.gradle.plugin Loading commit data...
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor Loading commit data...
spring-boot-configuration-docs Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
spring-boot-test-support Loading commit data...
pom.xml Loading commit data...