diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-02 23:24:22 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-02 23:24:22 -0700 |
commit | 16e575ee54575b8c3e89465609221b62ab5f0eca (patch) | |
tree | e8af9e1dd4c660bf43d83f1c51fb64959eac891f | |
parent | 5a107bcb768fa1e7fb110ba65e22e49b3b004eed (diff) | |
download | frost-16e575ee54575b8c3e89465609221b62ab5f0eca.tar.gz frost-16e575ee54575b8c3e89465609221b62ab5f0eca.tar.bz2 frost-16e575ee54575b8c3e89465609221b62ab5f0eca.zip |
Remove groovy stuff from build gradle
-rw-r--r-- | buildSrc/build.gradle.kts | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index efb7a7dd..4397bae9 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,9 +1,5 @@ -import org.jetbrains.kotlin.gradle.tasks.KotlinCompile - plugins { `kotlin-dsl` -// groovy -// idea } group = "com.pitchedapps" @@ -26,22 +22,7 @@ val kau = rootProps.useLines { println("Using kau $kau") -//sourceSets { -// main { -// withConvention(GroovySourceSet::class) { -// groovy.srcDir("src/main/groovy") -// } -// } -//} - dependencies { implementation("ca.allanwang.kau:gradle-plugin:$kau") implementation("com.moowork.gradle:gradle-node-plugin:1.3.1") -} - -//val compileGroovy = tasks.withType<GroovyCompile>().first() -//val compileKotlin = tasks.withType<KotlinCompile>().first() -// -//compileGroovy.dependsOn.remove(compileKotlin) -//compileKotlin.dependsOn(compileGroovy) -//compileKotlin.classpath += files(compileGroovy.destinationDir) +}
\ No newline at end of file |