Skip to content
  • Danno Ferrin's avatar
    Fix Gradle 7.0 compatibility issues and build warnings (#288) · 838f7aa5
    Danno Ferrin authored
    
    
    Removes as many Gradle 7.0 compatibility issues as possible
    * `baseName` -> `archiveBaseName`
    * `extension` -> `archiveExtension`
    * `destinationDir` -> `destinationDirectory`
    * `runtime` -> `runtimeOnly`
    * Change some log4j-api and log4j-core dependencies
    * Remove an unneeded and outdated plugin (`net.ltgt.apt`)
    * tweak the plugin-api change detector's property annotations.
    
    Warnings still exist with one external plugin used for license file
    checking that we do not control the source code for.
    
    Signed-off-by: default avatarDanno Ferrin <danno.ferrin@gmail.com>
    838f7aa5