spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

deployArtifacts only publish release to maven central #26

Closed rwinch closed 6 years ago

rwinch commented 6 years ago

Previously if an artifact was a milestone or release candidate it would be incorrectly deployed to maven central.

This ensures that only releases are deployed to maven central and all other artifacts are deployed to artifactory.