plugins {
id("wg.soft.key") version "1.0.1"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.wg.soft.key:softKeyPlugin:1.0.1")
}
}
apply(plugin = "wg.soft.key")
plugins {
id "wg.soft.key" version "1.0.1"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "gradle.plugin.wg.soft.key:softKeyPlugin:1.0.1"
}
}
apply plugin: "wg.soft.key"