You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the basics in to build and publish snapshots to artifactory. The next phase is to extend the Github workflows to handle full release to Maven Central. Much of what has been done in spring-security Gradle build can be borrrowed here.
* Each module has its own build.gradle
* Functionality moved into plugins in buildSrc/
* Add Spring javaformat
* Add release plugins (spring-projects#20)
Fixesspring-projects#21
We have the basics in to build and publish snapshots to artifactory. The next phase is to extend the Github workflows to handle full release to Maven Central. Much of what has been done in spring-security Gradle build can be borrrowed here.
Of high interest from spring-security Gradle is:
Exit criteria for this issue:
-snapshot
etc)-snapshot
,-milestone
, GA)The text was updated successfully, but these errors were encountered: