Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use type-safe DSL instead of direct XML manipulation for pom.xml #1330

Merged
merged 1 commit into from
Feb 21, 2021

Commits on Feb 21, 2021

  1. chore: use type-safe DSL instead of direct XML manipulation for pom.xml

    Dedicated DSL usage should be safer in order to detect typos.
    
    This has the side effect of changing the order of the XML elements, but
    this is more canonical this way.
    
    https://docs.gradle.org/4.8/release-notes.html#customizing-the-generated-pom
    https://docs.gradle.org/current/userguide/publishing_maven.html#sec:modifying_the_generated_pom
    Fiouz committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    b561cfa View commit details
    Browse the repository at this point in the history