Search Gradle plugins

Version 0.0.12 (latest)

0.0.12

Created 25 May 2021.

Login easily to aws codeartifact

Add this plugin to your build using the plugins DSL:

plugins {
  id("ai.clarity.codeartifact") version "0.0.12"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ai.clarity:clarity-artifact:0.0.12")
      }
    }
    
    apply(plugin = "ai.clarity.codeartifact")
  • Applying plugins to all subprojects .