Skip to content

Commit

Permalink
Fixed test source directory typo (#199)
Browse files Browse the repository at this point in the history
* Fixed test source directory typo

* Removed redundant code block
  • Loading branch information
GolovPavel authored May 28, 2020
1 parent 031d8b3 commit 188b5c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ subprojects {

val sourceSets = the<SourceSetContainer>()

sourceSets {
getByName("main").java.srcDirs("src/main/kotlin")
getByName("test").java.srcDirs("src/main/kotlin")
}

if (project.name !in notToPublish) {
apply(plugin = "org.jetbrains.dokka")
apply(plugin = "maven-publish")
Expand Down

0 comments on commit 188b5c5

Please sign in to comment.