Skip to content

Commit

Permalink
Migrate kotlin coroutine tests to kotlin (#5622)
Browse files Browse the repository at this point in the history
* Migrate kotlin coroutine tests to kotlin

* wait longer
  • Loading branch information
anuraaga authored Mar 18, 2022
1 parent 6eec6a1 commit a1e45a5
Show file tree
Hide file tree
Showing 5 changed files with 524 additions and 559 deletions.
8 changes: 0 additions & 8 deletions instrumentation/kotlinx-coroutines/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,4 @@ tasks {
jvmTarget = "1.8"
}
}

val compileTestKotlin by existing(AbstractCompile::class)

named<GroovyCompile>("compileTestGroovy") {
// Note: look like it should be `classpath += files(sourceSets.test.kotlin.classesDirectory)`
// instead, but kotlin plugin doesn't support it (yet?)
classpath = classpath.plus(files(compileTestKotlin.get().destinationDir))
}
}

This file was deleted.

Loading

0 comments on commit a1e45a5

Please sign in to comment.