Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Remove redundant testCompileOnly.extendsFrom(compileOnly)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinkowski committed Aug 21, 2019
1 parent efdc026 commit bc474e5
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 @@ -57,13 +57,8 @@ subprojects {
val annotationProcessor by configurations

val testImplementation by configurations
val testCompileOnly by configurations
//endregion

configurations {
testCompileOnly.extendsFrom(compileOnly)
}

dependencies {
val basicAnnotationsVersion: String by project // https://github.com/tlinkowski/basic-annotations
val lombokVersion: String by project // https://projectlombok.org/changelog
Expand Down

0 comments on commit bc474e5

Please sign in to comment.