Skip to content

Commit

Permalink
buildscripts: add the validate-poms Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 18, 2024
1 parent b252940 commit fa45318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions SkyLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
id 'java-library' // to build JVM libraries
id 'maven-publish' // to publish artifacts to Maven repositories
id 'signing' // to sign artifacts for publication
alias(libs.plugins.validate.poms) // to verify POMs provide all info required by Maven Central
}

ext {
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ nifty-style-black = "com.github.nifty-gui:nifty-style-black:1.4.3"

[plugins]

download = { id = "de.undercouch.download", version = "5.6.0" }
download = { id = "de.undercouch.download", version = "5.6.0" }
validate-poms = { id = "io.freefair.maven-central.validate-poms", version = "8.10.2" }

0 comments on commit fa45318

Please sign in to comment.