Continue switching projects to improved dsl: sourceSets and test running
This commit is contained in:
@@ -21,8 +21,10 @@ tasks.withType<Jar> {
|
||||
}
|
||||
}
|
||||
|
||||
configureKotlinProjectSources() // no sources
|
||||
configureKotlinProjectNoTests()
|
||||
sourceSets {
|
||||
"main" {}
|
||||
"test" {}
|
||||
}
|
||||
|
||||
val jar: Jar by tasks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user