co.bound.codeartifact-publish
Owner: Bound Engineering
Configures AWS CodeArtifact Maven repository for artifact publishing. Requires co.bound.codeartifact settings plugin to be applied and configured.
https://github.com/boundrates/codeartifact-gradle-plugin
Sources: https://github.com/boundrates/codeartifact-gradle-plugin
Version 1.5.1 (latest)
1.5.1
Created 18 April 2024.
Configures AWS CodeArtifact Maven repository for artifact publishing. Requires co.bound.codeartifact settings plugin to be applied and configured.
Add this plugin to your build using the plugins DSL:
plugins {
id("co.bound.codeartifact-publish") version "1.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("co.bound:plugins:1.5.1") } } apply(plugin = "co.bound.codeartifact-publish")
- Applying plugins to all subprojects .