Skip to content

Commit

Permalink
Assign "verification" group to the functionalTest task
Browse files Browse the repository at this point in the history
  • Loading branch information
iherasymenko committed Oct 14, 2020
1 parent 0dd803a commit 07dd135
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ val functionalTestSourceSet = sourceSets.create("functionalTest") {
gradlePlugin.testSourceSets(functionalTestSourceSet)
configurations.getByName("functionalTestImplementation").extendsFrom(configurations.getByName("testImplementation"))
val functionalTest by tasks.creating(Test::class) {
group = "verification"
testClassesDirs = functionalTestSourceSet.output.classesDirs
classpath = functionalTestSourceSet.runtimeClasspath
}
Expand Down

0 comments on commit 07dd135

Please sign in to comment.