Skip to content

Revise root build.gradle #3474

@bric3

Description

@bric3

Root build.gradle needs to be updated to latest best practices. This is a follow-up of #3446

  • Some plugins are declared the old legacy way

    buildscript {
        repositories {
            ...
        }
        dependencies {
            classpath "..."
        }
    }
    
    apply plugin: '...' // actually happening in an applied script.

    This should now use the plugins declaration, and can eventually be improved to use convention plugins rather than scripts.

  • Scripts are still in the ./gradle folder which is not standard.

  • Nexus publication and shipkit can be applied together as a convention plugin.

  • Build script declaration don't seem to be picked up by dependabot or renavabot.

Todo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions