Skip to content

Commit

Permalink
android.gradle: verify POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 22, 2025
1 parent 5bceb9e commit 92b1e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
id 'signing' // to sign artifacts for publication

alias(libs.plugins.android.library) // to build Android libraries
alias(libs.plugins.validate.poms) // to verify POMs provide all info required by Maven Central
}

// $artifact is set in the gradle.properties file
Expand Down

0 comments on commit 92b1e07

Please sign in to comment.