io.github.liuxb-tofu.v3-rotate-signer
Owner: liuxb
A plugin for using v3 rotation signature to replace the secret key
https://github.com/liuxb-tofu/V3RotateSignerPlugin
Sources: https://github.com/liuxb-tofu/V3RotateSignerPlugin.git
Version 1.0.0 (latest)
1.0.0
Created 12 May 2024.
A plugin for using v3 rotation signature to replace the secret key
Using the plugins DSL:
plugins {
id("io.github.liuxb-tofu.v3-rotate-signer") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.liuxb-tofu:v3-rotate-signer-plugin:1.0.0")
}
}
apply(plugin = "io.github.liuxb-tofu.v3-rotate-signer")
Using the plugins DSL:
plugins {
id "io.github.liuxb-tofu.v3-rotate-signer" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.liuxb-tofu:v3-rotate-signer-plugin:1.0.0"
}
}
apply plugin: "io.github.liuxb-tofu.v3-rotate-signer"