plugins {
id("org.brightify.hyperdrive") version "0.1.139"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.brightify.hyperdrive:plugin-gradle:0.1.139")
}
}
apply(plugin = "org.brightify.hyperdrive")
plugins {
id "org.brightify.hyperdrive" version "0.1.139"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "org.brightify.hyperdrive:plugin-gradle:0.1.139"
}
}
apply plugin: "org.brightify.hyperdrive"