ws.gross.private-repo
Owner: Konstantin Gribov
Settings plugin to configure dependencyResolutionManagement and pluginManagement to use private Nexus/Artifactory repository with auth and convenient defaults.
https://github.com/grossws/private-repo
Sources: https://github.com/grossws/gradle-private-repo-plugin.git
Version 0.6.0-rc.3
0.6.0-rc.3
Created 21 April 2021.
Gradle Settings plugin to configure dependencyResolutionManagement and pluginManagement
to use private Nexus/Artifactory repository with auth and convenient defaults.
Add this plugin to your build using the plugins DSL:
plugins {
id("ws.gross.private-repo") version "0.6.0-rc.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ws.gross.gradle:gradle-private-repo-plugin:0.6.0-rc.3") } } apply(plugin = "ws.gross.private-repo")
- Applying plugins to all subprojects .