diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index efb7a7dde..4397bae9d 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().first() -//val compileKotlin = tasks.withType().first() -// -//compileGroovy.dependsOn.remove(compileKotlin) -//compileKotlin.dependsOn(compileGroovy) -//compileKotlin.classpath += files(compileGroovy.destinationDir) +} \ No newline at end of file