plugins {
id("com.github.tkruse.groovysh") version "1.0.8"
}
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.tkruse.gradle:gradle-groovysh-plugin:1.0.8")
}
}
apply(plugin = "com.github.tkruse.groovysh")
plugins {
id "com.github.tkruse.groovysh" version "1.0.8"
}
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.tkruse.gradle:gradle-groovysh-plugin:1.0.8"
}
}
apply plugin: "com.github.tkruse.groovysh"