io.github.rhmnkpc.codeartifact
Owner: Kapucu
Login to aws codeartifact
https://github.com/RhmnKpc/codeartifact-gradle
Sources: https://github.com/RhmnKpc/codeartifact-gradle
Version 1.0.2.RELEASE
1.0.2.RELEASE
Created 22 February 2023.
Login to aws codeartifact
Using the plugins DSL:
plugins {
id("io.github.rhmnkpc.codeartifact") version "1.0.2.RELEASE"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.rhmnkpc:codeartifact-gradle:1.0.2.RELEASE")
}
}
apply(plugin = "io.github.rhmnkpc.codeartifact")
Using the plugins DSL:
plugins {
id "io.github.rhmnkpc.codeartifact" version "1.0.2.RELEASE"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.rhmnkpc:codeartifact-gradle:1.0.2.RELEASE"
}
}
apply plugin: "io.github.rhmnkpc.codeartifact"