removed some of the cruft and redundant copies of junit.jar
This commit is contained in:
@@ -3,7 +3,7 @@ import kotlin.modules.*
|
||||
fun project() {
|
||||
module("kunit") {
|
||||
// TODO how to refer to the dir of the module?
|
||||
classpath += "kunit/lib/junit-4.9.jar"
|
||||
classpath += "lib/junit-4.9.jar"
|
||||
|
||||
addSourceFiles("src/main/kotlin")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user