io.github.karlatemp.publication-sign
Owner: Karlatemp
Fast setup publication artifact sign
https://github.com/Karlatemp/PublicationSign
Sources: https://github.com/Karlatemp/PublicationSign.git
Version 1.3.40 (latest)
1.3.40
Created 19 July 2022.
Fast setup publication artifact sign
Using the plugins DSL:
plugins {
id("io.github.karlatemp.publication-sign") version "1.3.40"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.karlatemp:PublicationSign:1.3.40")
}
}
apply(plugin = "io.github.karlatemp.publication-sign")
Using the plugins DSL:
plugins {
id "io.github.karlatemp.publication-sign" version "1.3.40"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.karlatemp:PublicationSign:1.3.40"
}
}
apply plugin: "io.github.karlatemp.publication-sign"