ws.gross.bootstrap-manifest
Gradle plugin to generate bootstrap manifest files (properties file with ids and version fields) to use with nexusPrivatePluginsBootstrap feature in private-repo plugin.
ws.gross.private-repo
Settings plugin to configure dependencyResolutionManagement and pluginManagement to use private Nexus/Artifactory repository with auth and convenient defaults.
ws.gross.private-repo.base
Gradle Settings plugin to register privateRepo extension. Used by other settings plugins.
ws.gross.private-repo.bootstrap
Gradle Settings plugin to apply bootstrap manifests for this build. Resolves and parses manifest, adds plugin declaration to pluginManagement and version catalogs to dependencyResolutionManagement.
ws.gross.private-repo-publish
Gradle plugin to configure `maven-publish` plugin with sane default repositories to use with private Nexus/Artifactory authenticated repo.
ws.gross.release-approve
Gradle plugin which adds approve for rc/final tasks when `nebula.release` plugin present. Use `-Prelease.approve=true` in non-interactive context.